Click or drag to resize
Pdftools logo

SignatureRemoval Enumeration


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