IPXC_DocumentInfo::Trapped Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(12 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_DocumentInfo::Trapped Property}} | {{#customTitle:IPXC_DocumentInfo::Trapped Property}} | ||
− | {{#parentPage:PXV:IPXC_DocumentInfo|property | + | {{#parentPage:PXV:IPXC_DocumentInfo#Properties|Trapped|property}} |
− | + | ||
− | + | ||
− | + | 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. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Trapped([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Trapped([out, retval] ULONG* nValue); |
− | HRESULT put_Trapped([in] ULONG | + | HRESULT put_Trapped([in] ULONG nValue); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_DocumentInfo|IPXC_DocumentInfo]] |
Latest revision as of 02: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);