Skip to main content
A newer version of this page is available. .

PdfWord.Rectangles Property

Returns rectangles surrounding the word.

Namespace: DevExpress.Pdf

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

Declaration

public IList<PdfOrientedRectangle> Rectangles { get; }

Property Value

Type Description
IList<PdfOrientedRectangle>

A collection of PdfOrientedRectangle values.

Remarks

If a word is printed on multiple rows, this property may return more than one rectangle.

See Also