IPXC_Annotation::Rect Property

From PDF XChange PDF SDK
Jump to: navigation, search


Represents a rectangle of the annotation on the page.

Please note, when Rect property is changed, annotation's appearance is not recreated, but annotation will be rendered to fit its new rectangle.

Syntax

HRESULT get_Rect([out, retval]  PXC_Rect*  Rect);
HRESULT put_Rect([in]  PXC_Rect*  Rect);

See Also

IPXC_Annotation