IPXV_Inst::ActiveDoc Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ActiveDoc''' of interface [[PXV:IPXV_Inst|IPXV_Inst]] returns/sets Pointer to [[PXV:IPXV_Document|IPXV_Document]] ...
+
Gets/sets the active document object.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 16:39, 27 May 2015


Gets/sets the active document object.

Syntax

HRESULT get_ActiveDoc([out, retval]  IPXV_Document**  ppActiveDoc);
HRESULT put_ActiveDoc([in]  IPXV_Document*  ppActiveDoc);

See Also

IPXV_Inst