PdfViewer.SignatureColor Property
In This Article
Gets or sets the signature color. This is a bindable property.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public Color SignatureColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | The signature color. |
#Remarks
For more information about signatures, refer to the following help topic: Sign Documents.
See Also