Skip to main content
All docs
V24.1

IPdfViewerTextMarkupAnnotationBuilder.Quads Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Drawing

Declaration

IList<PdfQuadrilateral> Quads { get; }

Property Value

Type Description
IList<PdfQuadrilateral>

A list of the quadrilateral points.

See Also