IPXC_Annotation::Rect Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Annotation::Rect Property}}
 
{{#customTitle:IPXC_Annotation::Rect Property}}
{{#parentPage:PXV:IPXC_Annotation#Properties|Rect Property|property}}
+
{{#parentPage:PXV:IPXC_Annotation#Properties|Rect|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Rect''' of interface [[PXV:IPXC_Annotation|IPXC_Annotation]] returns/sets  Pointer to [[PXV:PXC_Rect|PXC_Rect]] ...
+
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 ==
Line 14: Line 15:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_Annotation|IPXC_Annotation]].
+
[[PXV:IPXC_Annotation|IPXC_Annotation]]

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