IPXV_DocumentView::ActiveView Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_DocumentView::ActiveView Property}}
 
{{#customTitle:IPXV_DocumentView::ActiveView Property}}
{{#parentPage:PXV:IPXV_DocumentView|property}}
+
{{#parentPage:PXV:IPXV_DocumentView|ActiveView Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ActiveView([in] LONG nViewID, [out, retval] IPXV_View** ppView);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ActiveView([in]           LONG         nViewID,
 +
                      [out, retval] IPXV_View** ppView);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nViewID''
+
;nViewID
 
:[in]  Value of LONG.
 
:[in]  Value of LONG.
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXV_DocumentView|IPXV_DocumentView]].
 
See also [[PXV:IPXV_DocumentView|IPXV_DocumentView]].

Revision as of 06:24, 23 April 2015


Property ActiveView of interface IPXV_DocumentView returns Pointer to IPXV_View ...

Syntax

HRESULT get_ActiveView([in]           LONG         nViewID,
                       [out, retval]  IPXV_View**  ppView);

Parameters

nViewID
[in] Value of LONG.

See Also

See also IPXV_DocumentView.