ImageGear v26.0 - Updated
Rect Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFAnnotation Class : Rect Property
Gets or sets the rectangle defining the location of the annotation on the page in default user space units.
Syntax
'Declaration
 
Public Property Rect As ImGearPDFFixedRect
'Usage
 
Dim instance As ImGearPDFAnnotation
Dim value As ImGearPDFFixedRect
 
instance.Rect = value
 
value = instance.Rect
public ImGearPDFFixedRect Rect {get; set;}
public: __property ImGearPDFFixedRect* get_Rect();
public: __property void set_Rect( 
   ImGearPDFFixedRect* value
);
public:
property ImGearPDFFixedRect^ Rect {
   ImGearPDFFixedRect^ get();
   void set (    ImGearPDFFixedRect^ value);
}

Property Value

The annotation rectangle in default user space units.
See Also

Reference

ImGearPDFAnnotation Class
ImGearPDFAnnotation Members

Is this page helpful?
Yes No
Thanks for your feedback.