Click or drag to resize
Pdftools logo

ValidatorErrorEventArgs Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    PdfTools.PdfA.ValidationValidatorErrorEventArgs

Namespace: PdfTools.PdfA.Validation
Assembly: PdfTools (in PdfTools.dll) Version: 1.6.0+e1db8f4bf6125495a2d29513486ea3e61205c81b
Syntax
C#
public class ValidatorErrorEventArgs : EventArgs

The ValidatorErrorEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyCategory The category of the validation error
Public propertyContext A description of the context where the error occurred
Public propertyDataPart

The data part is for the main file and a data part specification for embedded files.

Examples:

  • embedded-file:file.pdf: For a file file.pdf that is embedded in the main file.
  • embedded-file:file1.pdf/embedded-file:file2.pdf: For a file file2.pdf that is embedded in an embedded file file1.pdf.

Public propertyMessage The validation message
Public propertyObjectNo The number of the PDF object this error is associated to
Public propertyPageNo The page number this error is associated to or 0
Top
See Also