IPXC_DocumentInfo::Trapped Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 3: Line 3:
 
{{#customTitle:IPXC_DocumentInfo::Trapped Property}}
 
{{#customTitle:IPXC_DocumentInfo::Trapped Property}}
 
{{#parentPage:PXV:IPXC_DocumentInfo|Trapped Property|property}}
 
{{#parentPage:PXV:IPXC_DocumentInfo|Trapped Property|property}}
{{ToReview}}
+
 
  
 
Gets/sets whether the document has been modified to include trapping information. Note that the values can be ''True'', ''False'' or ''Unknown''. Use [[PXV:IPXS_Inst_StrToAtom|IPXS_Inst::StrToAtom]] method to get <code>ULONG</code> atom value or [[PXV:IPXS_Inst_AtomToStr|IPXS_Inst::AtomToStr]] to get string atom value from numeric ID.
 
Gets/sets whether the document has been modified to include trapping information. Note that the values can be ''True'', ''False'' or ''Unknown''. Use [[PXV:IPXS_Inst_StrToAtom|IPXS_Inst::StrToAtom]] method to get <code>ULONG</code> atom value or [[PXV:IPXS_Inst_AtomToStr|IPXS_Inst::AtomToStr]] to get string atom value from numeric ID.

Revision as of 13:57, 21 May 2015


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*  pValue);
HRESULT put_Trapped([in]  ULONG  pValue);

See Also

IPXC_DocumentInfo.