IPXC_Annotation::Rect Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by the same user not shown) | |||
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}} | ||
− | + | 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 == |
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);