Skip to main content
All docs
V23.2

IPdfViewerTextMarkupAnnotationBuilder.Quads Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.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