PdfCharacter.Rectangle Property
In This Article
Returns a rectangle that surrounds the character.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfOrientedRectangle Rectangle { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
See Also