Click or drag to resize
Pdftools logo

AddValidationInformation Enumeration


Namespace: PdfTools.Sign
Assembly: PdfTools (in PdfTools.dll) Version: 1.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
Syntax
C#
public enum AddValidationInformation
Members
Member nameValueDescription
None1 Do not add validation information to any existing signatures of input document.
Latest2 Add validation information to latest existing signature of input document.
All3 Add validation information to all existing signatures of input document.
See Also