PdfViewer.DeleteSignature(PdfHandwrittenSignature) Method
In This Article
Removes the given signature.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public void DeleteSignature(
PdfHandwrittenSignature signature
)
#Parameters
Name | Type | Description |
---|---|---|
signature | Pdf |
A signature to be deleted. |
See Also