IPXC_Annotation::Rect Property

From PDF XChange PDF SDK
Jump to: navigation, search
 
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}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  

Latest revision as of 17: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);

See Also

IPXC_Annotation