 | ErrorCategory Enumeration |
The validation error category
Namespace: PdfTools.PdfA.ValidationAssembly: PdfTools (in PdfTools.dll) Version: 1.14.0+45dc66aa6a2523065773ba29710af5aafc41d982
Syntaxpublic enum ErrorCategory
Members| Member name | Value | Description |
|---|
| Format | 1 |
The file format (header, trailer, objects, xref, streams) is corrupted.
|
| Pdf | 2 |
The document doesn't conform to the PDF reference or PDF/A Specification (missing required entries, wrong value types, etc.).
|
| Encryption | 4 |
The file is encrypted.
|
| Color | 8 |
The document contains device-specific color spaces.
|
| Rendering | 16 |
The document contains illegal rendering hints (unknown intents, interpolation, transfer and halftone functions).
|
| Alternate | 32 |
The document contains alternate information (images).
|
| PostScript | 64 |
The document contains embedded PostScript code.
|
| External | 128 |
The document contains references to external content (reference XObjects, OPI).
|
| Font | 256 |
The document contains fonts without embedded font programs or encoding information (CMAPs)
|
| Unicode | 512 |
The document contains fonts without appropriate character to Unicode mapping information (ToUnicode maps)
|
| Transparency | 1,024 |
The document contains transparency.
|
| UnsupportedAnnotation | 2,048 |
The document contains unknown annotation types.
|
| Multimedia | 4,096 |
The document contains multimedia annotations (sound, movies).
|
| Print | 8,192 |
The document contains hidden, invisible, non-viewable or non-printable annotations.
|
| Appearance | 16,384 |
The document contains annotations or form fields with ambiguous or without appropriate appearances.
|
| Action | 32,768 |
The document contains actions types other than for navigation (launch, JavaScript, ResetForm, etc.)
|
| Metadata | 65,536 |
The document's meta data is either missing or inconsistent or corrupt.
|
| Structure | 131,072 |
The document doesn't provide appropriate logical structure information.
|
| OptionalContent | 262,144 |
The document contains optional content (layers).
|
| EmbeddedFile | 524,288 |
The document contains embedded files.
|
| Signature | 1,048,576 |
The document contains signatures.
|
| Custom | 1,073,741,824 |
Violations of custom corporate directives.
|
See Also