Skip to main content
All docs
V25.1
  • IPdfViewerTextMarkupAnnotation.Quads Property

    Gets a collection of quadrilateral points that encompass the annotation area.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.Drawing.dll

    NuGet Package: DevExpress.Pdf.Drawing

    Declaration

    IList<PdfQuadrilateral> Quads { get; }

    Property Value

    Type Description
    IList<PdfQuadrilateral>

    A list of quadrilateral points.

    See Also