IPXV_Document::DelayedClose Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 6: Line 6:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_DelayedClose(VARIANT_BOOL* pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_DelayedClose([out, retval] VARIANT_BOOL* pVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXV_Document|IPXV_Document]].
 
See also [[PXV:IPXV_Document|IPXV_Document]].

Revision as of 02:12, 14 April 2015

Property DelayedClose of interface IPXV_Document returns Value of VARIANT_BOOL ...


Syntax

HRESULT get_DelayedClose([out, retval] VARIANT_BOOL* pVal);

See Also

See also IPXV_Document.