PdfViewer.SignatureStorage Property
In This Article
Returns the storage of predefined signatures.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public PdfHandwrittenSignatureStorage SignatureStorage { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A signature storage. |
#Remarks
For more information about signatures, refer to the following help topic: Sign Documents.
See Also