PdfHandwrittenSignature.Rect Property
In This Article
Returns the rectangle that defines signature bounds.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public PdfRectangle Rect { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A rectangle that contains the signature. |
See Also