IPXV_Inst::ActiveDocView Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::ActiveDocView Property}}
 
{{#customTitle:IPXV_Inst::ActiveDocView Property}}
 +
{{#parentPage:PXV:IPXV_Inst#Properties|ActiveDocView|property}}
 +
{{ToReview}}
  
Property '''ActiveDocView''' of interface [[PXV:IPXV_Inst|IPXV_Inst]] returns  Pointer to [[PXV:IPXV_DocumentView|IPXV_DocumentView]] ...
+
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** ppActiveDocView);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ActiveDocView([out, retval] IPXV_DocumentView** pDocView);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== 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