IPXC_DocumentInfo::Trapped Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Trapped([out, retval]  ULONG*  Value);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Trapped([out, retval]  ULONG*  nValue);
HRESULT put_Trapped([in]  ULONG  Value);
+
HRESULT put_Trapped([in]  ULONG  nValue);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]]
 
[[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]]

Latest revision as of 03:26, 15 June 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*  nValue);
HRESULT put_Trapped([in]  ULONG  nValue);

See Also

IPXC_DocumentInfo