IPXC_Annotation::Rect Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Represents a [[PXV:PXC_Rect|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 == | == Syntax == |
Revision as of 16:10, 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);