IPXC_Document::DeleteOnClose Property

From PDF XChange PDF SDK
Jump to: navigation, search
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*  Val);
+
<pre class="brush:cpp;gutter:false">HRESULT get_DeleteOnClose([out, retval]  VARIANT_BOOL*  bVal);
HRESULT put_DeleteOnClose([in]  VARIANT_BOOL  Val);
+
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 03: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);

See Also

IPXC_Document