Click or drag to resize

ExaminerResultsErrorsEncountered Property

Gets a list of errors encountered while opening the document. Since only a narrow subset of the document is examined, this list is not guaranteed to be exhaustive.

Namespace:  Atalasoft.PdfDoc.Examiner
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public IList<string> ErrorsEncountered { get; }

Property Value

Type: IListString
The errors encountered while opening the document.
See Also