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

PdfTextMarkupAnnotationData.Quads Property

Gets a collection of quadrilaterals that encompass the text markup annotation drawing area.

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 quadrilaterals points.

Remarks

Use the Quads property to get information about text markup annotation geometry (e.g., the entire rectangle is filled with color on highlighting).

See Also