Skip to main content

PdfViewer.SignatureStorage Property

Returns the storage of predefined signatures.

Namespace: DevExpress.Maui.Pdf

Assembly: DevExpress.Maui.Pdf.dll

NuGet Package: DevExpress.Maui.Pdf

Declaration

public PdfHandwrittenSignatureStorage SignatureStorage { get; }

Property Value

Type Description
PdfHandwrittenSignatureStorage

A signature storage.

Remarks

For more information about signatures, refer to the following help topic: Sign Documents.

See Also