IPXV_Inst::ActiveDocView Property

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

Revision as of 18:10, 27 May 2015


Gets the active document view object as pointer to IPXV_DocumentView.

Syntax

HRESULT get_ActiveDocView([out, retval]  IPXV_DocumentView**  ppDocView);

See Also

IPXV_Inst