Click or drag to resize
Pdftools logo

SignatureRemoval Enumeration


Namespace: PdfTools.Sign
Assembly: PdfTools (in PdfTools.dll) Version: 1.14.0+45dc66aa6a2523065773ba29710af5aafc41d982
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