IPXV_Inst::ActiveDocView Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_Inst::ActiveDocView Property}}
 
{{#customTitle:IPXV_Inst::ActiveDocView Property}}
 
{{#parentPage:PXV:IPXV_Inst#Properties|ActiveDocView|property}}
 
{{#parentPage:PXV:IPXV_Inst#Properties|ActiveDocView|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ActiveDocView''' of interface [[PXV:IPXV_Inst|IPXV_Inst]] returns  Pointer to [[PXV:IPXV_DocumentView|IPXV_DocumentView]] ...
+
Gets the active document view as pointer to [[PXV:IPXV_DocumentView|IPXV_DocumentView]] object.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 17:04, 27 May 2015


Gets the active document view as pointer to IPXV_DocumentView object.

Syntax

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

See Also

IPXV_Inst