Enum PdfAValidationVerdict
Overall outcome of a PDF/A validation pass.
public enum PdfAValidationVerdict
Fields
Compliant = 0Every evaluated rule passed for the validated conformance level.
NonCompliant = 1At least one evaluated rule failed; see Findings.
Undetermined = 2The document could not be evaluated: it is unreadable, requires a password that was not supplied, or declares a conformance level the validator does not cover. Never conflate with NonCompliant — an undetermined document may well conform.