IPXV_DocumentView::ActiveView Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IPXV_DocumentView::ActiveView Property}}
 
{{#customTitle:IPXV_DocumentView::ActiveView Property}}
 
{{#parentPage:PXV:IPXV_DocumentView|ActiveView Property|property}}
 
{{#parentPage:PXV:IPXV_DocumentView|ActiveView Property|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ActiveView''' of interface [[PXV:IPXV_DocumentView|IPXV_DocumentView]] returns  Pointer to [[PXV:IPXV_View|IPXV_View]] ...
+
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 ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;nViewID
 
;nViewID
:[in]  Value of LONG.
+
:[in]  The ID of the view.
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXV_DocumentView|IPXV_DocumentView]].
 
See also [[PXV:IPXV_DocumentView|IPXV_DocumentView]].

Revision as of 07:01, 18 May 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**  ppView);

Parameters

nViewID
[in] The ID of the view.

See Also

See also IPXV_DocumentView.