IRangeHelper::CurrentRect Property

From PDF XChange PDF SDK
Revision as of 07:46, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Property CurrentRect of interface IRangeHelper returns/sets Pointer to PXC_Rect ...

Syntax

HRESULT get_CurrentRect([out, retval]  PXC_Rect*  Rect);
HRESULT put_CurrentRect([in]  PXC_Rect*  Rect);

See Also

IRangeHelper