IPXV_Inst::ActiveDocView Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by 2 users not shown)
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 ==
<pre class="brush:cpp;gutter:false">HRESULT get_ActiveDocView([out, retval]  IPXV_DocumentView**  ppDocView);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ActiveDocView([out, retval]  IPXV_DocumentView**  pDocView);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_Inst|IPXV_Inst]]
 
[[PXV:IPXV_Inst|IPXV_Inst]]

Latest revision as of 03:58, 15 June 2015


Gets the active document view object as pointer to IPXV_DocumentView.

Syntax

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

See Also

IPXV_Inst