IPXV_Document::ActiveSel Property

From PDF XChange PDF SDK
Revision as of 11:44, 11 January 2016 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Property ActiveSel of interface IPXV_Document returns/sets Pointer to IPXV_DocSelection ...

Syntax

HRESULT get_ActiveSel([out, retval]  IPXV_DocSelection**  pActiveSel);
HRESULT put_ActiveSel([in]  IPXV_DocSelection*  pActiveSel);

See Also

IPXV_Document