IPXC_Document::DeleteOnClose Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_DeleteOnClose([out, retval] VARIANT_BOOL* | + | <pre class="brush:cpp;gutter:false">HRESULT get_DeleteOnClose([out, retval] VARIANT_BOOL* bVal); |
− | HRESULT put_DeleteOnClose([in] VARIANT_BOOL | + | HRESULT put_DeleteOnClose([in] VARIANT_BOOL bVal); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_Document|IPXC_Document]] | [[PXV:IPXC_Document|IPXC_Document]] |
Revision as of 02:26, 15 June 2015
Property DeleteOnClose of interface IPXC_Document returns/sets Value of VARIANT_BOOL ...
Syntax
HRESULT get_DeleteOnClose([out, retval] VARIANT_BOOL* bVal); HRESULT put_DeleteOnClose([in] VARIANT_BOOL bVal);