IPXV_Document::DelayedClose Property

From PDF XChange PDF SDK
Revision as of 23:43, 13 June 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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