IPXV_Document::DelayedClose Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Document::DelayedClose Property}}
 
{{#customTitle:IPXV_Document::DelayedClose Property}}
{{#parentPage:PXV:IPXV_Document|DelayedClose Property|property}}
+
{{#parentPage:PXV:IPXV_Document#Properties|DelayedClose|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''DelayedClose''' of interface [[PXV:IPXV_Document|IPXV_Document]] returns  Value of VARIANT_BOOL ...
+
Property '''DelayedClose''' of interface [[PXV:IPXV_Document|IPXV_Document]] returns  Value of VARIANT_BOOL representing whether the document will be closed with delay. This can occur when some script is launched and will require some time to finish.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_DelayedClose([out, retval]  VARIANT_BOOL*  pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_DelayedClose([out, retval]  VARIANT_BOOL*  bVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_Document|IPXV_Document]].
+
[[PXV:IPXV_Document|IPXV_Document]]

Latest revision as of 23:43, 13 June 2016


Property DelayedClose of interface IPXV_Document returns Value of VARIANT_BOOL representing whether the document will be closed with delay. This can occur when some script is launched and will require some time to finish.

Syntax

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

See Also

IPXV_Document