Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfTextMarkupAnnotation.Quads Property

Gets a collection of quadrilaterial points that encompass the areas of this annotation.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.2.Core.dll

Declaration

public IList<PdfQuadrilateral> Quads { get; }

Property Value

Type Description
IList<PdfQuadrilateral>

An array of PdfQuadrilateral objects that represent the quadrilateral points.

See Also