IPXC_DocumentInfo::Trapped Property

From PDF XChange PDF SDK
Revision as of 03:26, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Gets/sets whether the document has been modified to include trapping information. Note that the values can be True, False or Unknown. Use IPXS_Inst::StrToAtom method to get ULONG atom value or IPXS_Inst::AtomToStr to get string atom value from numeric ID.

Syntax

HRESULT get_Trapped([out, retval]  ULONG*  nValue);
HRESULT put_Trapped([in]  ULONG  nValue);

See Also

IPXC_DocumentInfo