Skip to main content
All docs
V26.1
  • BaseAnnotation.Bounds Property

    Gets the annotation rectangle in the user coordinate system that defines the annotation’s location on the page.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public virtual RectangleF Bounds { get; set; }

    Property Value

    Type Description
    RectangleF

    The annotation rectangle on the page.

    See Also