IPXC_Annotation::Rect Property
From PDF XChange PDF SDK
Line 3: | Line 3: | ||
{{#customTitle:IPXC_Annotation::Rect Property}} | {{#customTitle:IPXC_Annotation::Rect Property}} | ||
{{#parentPage:PXV:IPXC_Annotation#Properties|Rect|property}} | {{#parentPage:PXV:IPXC_Annotation#Properties|Rect|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
Latest revision as of 16:11, 26 May 2015
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);