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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic IList<string> ErrorsEncountered { get; }Public ReadOnly Property ErrorsEncountered As IList(Of String)
Get
Property Value
Type:
IListString
The errors encountered while opening the document.
See Also