IPXV_Document::DelayedClose Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
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}}
{{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 ==

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