IPXV_Document::ActiveSel Property

From PDF XChange PDF SDK
Revision as of 01:27, 17 March 2016 by Palamar (Talk | contribs)

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


Property ActiveSel of interface IPXV_Document returns/sets Pointer to IPXV_DocSelection containing active selection in the current document. Note that it can be a selection of any type available.

Syntax

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

See Also

IPXV_Document