Click or drag to resize
Pdftools logo

SignatureRemoval Enumeration


Namespace: PdfTools.Sign
Assembly: PdfTools (in PdfTools.dll) Version: 1.0.0
Syntax
C#
public enum SignatureRemoval
Members
Member nameValueDescription
None1 Do not remove any signatures.
Signed2

Remove all signed signatures, but no unsigned signature fields. This lets you change the encryption parameters of signed input documents, e.g. to encrypt or decrypt them (see SignedDocEncryptionUnchanged).

While the cryptographic parts of the signatures are removed, their visual appearances are preserved.

All3 Remove all signed (see Signed) and unsigned signature fields.
See Also