ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFAnnotation Class / Rect Property




In This Topic
    Rect Property
    In This Topic
    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