Click or drag to resize
Pdftools logo

SignatureRemoval Enumeration


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