Skip to main content

PdfTextMarkupAnnotation.Quads Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public IList<PdfQuadrilateral> Quads { get; }

Property Value

Type Description
IList<PdfQuadrilateral>

An array of PdfQuadrilateral objects that represent the quadrilateral points.

See Also