IPXV_Inst::ActiveDoc Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Gets an active document as pointer to [[PXV:IPXV_Document|IPXV_Document]] object or activates the specified document.
+
Gets an active document object as pointer to [[PXV:IPXV_Document|IPXV_Document]] or activates the specified document.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 18:09, 27 May 2015


Gets an active document object as pointer to IPXV_Document or activates the specified document.

Syntax

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

See Also

IPXV_Inst