Table of Contents

Enum PdfAValidationVerdict

Namespace
LMKit.Document.Pdf
Assembly
LM-Kit.NET.dll

Overall outcome of a PDF/A validation pass.

public enum PdfAValidationVerdict

Fields

Compliant = 0

Every evaluated rule passed for the validated conformance level.

NonCompliant = 1

At least one evaluated rule failed; see Findings.

Undetermined = 2

The 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.

Share