IPXC_DocumentInfo::Trapped Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Gets/sets whether the document has been modified to include trapping information. Note that the values can be '''''True''''' '''''False''''' or '''''Unknown'''''.
+
Gets/sets whether the document has been modified to include trapping information. Note that the values can be ''True'' ''False'' or ''Unknown''.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 00:52, 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.

Syntax

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

See Also

IPXC_DocumentInfo.