Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfDocumentSigner.ClearSignatureFields() Method

Removes signatures from all signed form fields.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v20.1.dll

Declaration

public void ClearSignatureFields()

Remarks

Use the PdfDocumentSigner.ClearSignatureField method to clear the specific signature field.

See Also