IPXV_DocumentView::ActiveView Property

From PDF XChange PDF SDK
Revision as of 03:54, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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.

See Also

IPXV_DocumentView