IPXV_DocumentViewsArea::ActiveDocView Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_DocumentViewsArea::ActiveDocView Property}}
 
{{#customTitle:IPXV_DocumentViewsArea::ActiveDocView Property}}
 +
{{#parentPage:PXV:IPXV_DocumentViewsArea#Properties|ActiveDocView|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''ActiveDocView''' of interface [[PXV:IPXV_DocumentViewsArea|IPXV_DocumentViewsArea]] returns  Pointer to [[PXV:IPXV_DocumentView|IPXV_DocumentView]] ...
 
Property '''ActiveDocView''' of interface [[PXV:IPXV_DocumentViewsArea|IPXV_DocumentViewsArea]] returns  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 ==
See also [[PXV:IPXV_DocumentViewsArea|IPXV_DocumentViewsArea]].
+
[[PXV:IPXV_DocumentViewsArea|IPXV_DocumentViewsArea]]

Latest revision as of 03:54, 15 June 2015


Property ActiveDocView of interface IPXV_DocumentViewsArea returns Pointer to IPXV_DocumentView ...

Syntax

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

See Also

IPXV_DocumentViewsArea