Skip to main content

PdfWordSegment.Rectangle Property

Returns a rectangle surrounding the word’s segment.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfOrientedRectangle Rectangle { get; }

Property Value

Type Description
PdfOrientedRectangle

A PdfOrientedRectangle object that is the rectangle surrounding the word’s segment.

See Also