Click or drag to resize
Pdftools logo

SignatureRemoval Enumeration


Namespace: PdfTools.Sign
Assembly: PdfTools (in PdfTools.dll) Version: 1.10.0+8a8a96de3867b60fd3fc0089ea1028db6add63f1
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