IPXC_DocumentInfo::Trapped Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
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}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Trapped''' of interface [[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]] returns/sets  Value of ULONG ...
+
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:50, 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.