IPXV_Document::DelayedClose Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IPXV_Document::DelayedClose Property}} | {{#customTitle:IPXV_Document::DelayedClose Property}} | ||
{{#parentPage:PXV:IPXV_Document#Properties|DelayedClose|property}} | {{#parentPage:PXV:IPXV_Document#Properties|DelayedClose|property}} | ||
− | |||
{{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* | + | <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 22: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);