Click or drag to resize

PdfDocumentSignatureInformationErrorsEncountered Property

Gets a description of the errors encountered, if any, while attempting to get signature information from a PDF file. If there were no errors, this will be an empty string.

Namespace:  Atalasoft.PdfDoc.DigitalSignatures
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public IList<SignatureValidationError> ErrorsEncountered { get; }

Property Value

Type: IListSignatureValidationError
The errors encountered while opening a PDF file.
See Also