Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / AnnotationBase Class / Rect Property

In This Topic
    Rect Property (AnnotationBase)
    In This Topic
    Gets or sets the rectangle that defines the location and size of the annotation on a page. The coordinates of the rectangle are relative to the upper left corner of the page's media box, with the Y (vertical) coordinates increasing from top to bottom.

    Note that if the annotation is associated with more than one page, the media box of the first of those pages is used to calculate the rectangle's location.

    Syntax
    'Declaration
     
    Public Property Rect As System.Drawing.RectangleF
    public System.Drawing.RectangleF Rect {get; set;}
    See Also