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 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ActiveView([in]          LONG        nViewID,
+
<pre class="brush:cpp;gutter:false">HRESULT get_ActiveView([in]          LONG        ViewID,
                       [out, retval]  IPXV_View**  pView);
+
                       [out, retval]  IPXV_View**  View);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;nViewID
+
;ViewID
 
:[in]  The ID of the view.
 
:[in]  The ID of the view.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_DocumentView|IPXV_DocumentView]]
 
[[PXV:IPXV_DocumentView|IPXV_DocumentView]]

Revision as of 07:30, 12 June 2015


Gets last active view with given ID. Note that for the proper usage of the view's methods it should be converted to the needed sub-type that corresponds to the entered ID.

Syntax

HRESULT get_ActiveView([in]           LONG         ViewID,
                       [out, retval]  IPXV_View**  View);

Parameters

ViewID
[in] The ID of the view.

See Also

IPXV_DocumentView