Skip to main content
A newer version of this page is available.
All docs
V18.2

PdfTextMarkupAnnotationChangedEventArgs.Quads Property

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

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v18.2.dll

Declaration

public IList<PdfQuadrilateral> Quads { get; }

Property Value

Type Description
IList<PdfQuadrilateral>

An array of PdfQuadrilateral objects that represent the quadrilateral’s 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