Click or drag to resize
Pdftools logo

ErrorCategory Enumeration

The validation error category


Namespace: PdfTools.PdfA.Validation
Assembly: PdfTools (in PdfTools.dll) Version: 1.6.0+e1db8f4bf6125495a2d29513486ea3e61205c81b
Syntax
C#
public enum ErrorCategory
Members
Member nameValueDescription
Format1 The file format (header, trailer, objects, xref, streams) is corrupted.
Pdf2 The document doesn't conform to the PDF reference or PDF/A Specification (missing required entries, wrong value types, etc.).
Encryption4 The file is encrypted.
Color8 The document contains device-specific color spaces.
Rendering16 The document contains illegal rendering hints (unknown intents, interpolation, transfer and halftone functions).
Alternate32 The document contains alternate information (images).
PostScript64 The document contains embedded PostScript code.
External128 The document contains references to external content (reference XObjects, OPI).
Font256 The document contains fonts without embedded font programs or encoding information (CMAPs)
Unicode512 The document contains fonts without appropriate character to Unicode mapping information (ToUnicode maps)
Transparency1,024 The document contains transparency.
UnsupportedAnnotation2,048 The document contains unknown annotation types.
Multimedia4,096 The document contains multimedia annotations (sound, movies).
Print8,192 The document contains hidden, invisible, non-viewable or non-printable annotations.
Appearance16,384 The document contains annotations or form fields with ambiguous or without appropriate appearances.
Action32,768 The document contains actions types other than for navigation (launch, JavaScript, ResetForm, etc.)
Metadata65,536 The document's meta data is either missing or inconsistent or corrupt.
Structure131,072 The document doesn't provide appropriate logical structure information.
OptionalContent262,144 The document contains optional content (layers).
EmbeddedFile524,288 The document contains embedded files.
Signature1,048,576 The document contains signatures.
Custom1,073,741,824 Violations of custom corporate directives.
See Also