IPXV_DocumentView::ActiveView Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_DocumentView::ActiveView Property}} | {{#customTitle:IPXV_DocumentView::ActiveView Property}} | ||
+ | {{#parentPage:PXV:IPXV_DocumentView#Properties|ActiveView|property}} | ||
+ | {{ToReview}} | ||
− | + | 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 == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_ActiveView([in] LONG nViewID, [out, retval] IPXV_View** | + | <pre class="brush:cpp;gutter:false">HRESULT get_ActiveView([in] LONG nViewID, |
+ | [out, retval] IPXV_View** pView); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nViewID |
− | :[in] | + | :[in] The ID of the view. |
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_DocumentView|IPXV_DocumentView]] |
Latest revision as of 03:54, 15 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 nViewID, [out, retval] IPXV_View** pView);
Parameters
- nViewID
- [in] The ID of the view.