Skip to main content
All docs
V20.1

PdfTextMarkupAnnotationCreatingEventArgs.Quads Property

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

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PdfViewer, DevExpress.Wpf.PdfViewer

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