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 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_DocumentInfo::Trapped Property}}
 
{{#customTitle:IPXC_DocumentInfo::Trapped Property}}
{{#parentPage:PXV:IPXC_DocumentInfo|property}}
+
{{#parentPage:PXV:IPXC_DocumentInfo|Trapped Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Trapped([out, retval] ULONG* pValue);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Trapped([out, retval] ULONG* pValue);
HRESULT put_Trapped([in] ULONG pValue);
+
HRESULT put_Trapped([in] ULONG pValue);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]].
 
See also [[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]].

Revision as of 06:03, 23 April 2015


Property Trapped of interface IPXC_DocumentInfo returns/sets Value of ULONG ...

Syntax

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

See Also

See also IPXC_DocumentInfo.