IPXV_Document::ActiveSel Property
From PDF XChange PDF SDK
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);