ImageGear .NET v25.0 - Updated
ImGearPDFPreflightReportCodes Enumeration




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDFPreflightReportCodes Enumeration
Specifies PDF preflight error codes describing incompliance with the specified profile.
Syntax
'Declaration
 
Public Enum ImGearPDFPreflightReportCodes 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearPDFPreflightReportCodes
public enum ImGearPDFPreflightReportCodes : System.Enum 
__value public enum ImGearPDFPreflightReportCodes : public System.Enum 
public enum class ImGearPDFPreflightReportCodes : public System.Enum 
Members
MemberDescription
INCOMPLIANT_ACTIONS Actions are not compliant. Reported by PDF/A and PDF/X compliance verifier.
INCOMPLIANT_ANNOTATIONS Annotations are not compliant. Reported by PDF/A and PDF/X compliance verifier.
INCOMPLIANT_ANNOTATIONS_DICT Annotation dictionaries are not compliant. Reported by PDF/A compliance verifier.
INCOMPLIANT_ANNOTATIONS_TYPE Annotations of unknown type are not compliant.
INCOMPLIANT_ARTIFACTS Artifacts are not compliant. Reported by PDF/A compliance verifier.
INCOMPLIANT_BOUNDING_BOXES Bounding boxes are not compliant. Reported by PDF/X compliance verifier.
INCOMPLIANT_CHAR_ENCODINGS Character encodings are not compliant. Reported by PDF/A compliance verifier.
INCOMPLIANT_CHAR_PRINTING_CONDITION Characterized printing condition is not compliant. Reported by PDF/X compliance verifier.
INCOMPLIANT_CID_FONTS CIDFonts are not compliant. Reported by PDF/A compliance verifier.
INCOMPLIANT_CMAPS Font0 CMap is not compliant.
INCOMPLIANT_COLOR_DATA Color data is not compliant. Reported by PDF/X compliance verifier.
INCOMPLIANT_COLOR_SPACES Color spaces are not compliant. Reported by PDF/A compliance verifier.
INCOMPLIANT_COMPOSITE_FONTS Composite fonts are not compliant. Reported by PDF/A compliance verifier.
INCOMPLIANT_CONTENT_STREAM Incompliant content stream.
INCOMPLIANT_CONTENT_STREAM_FILTER_IN_INLINE_IMAGE Incompliant inline image encoding (LZW is prohibited).
INCOMPLIANT_CONTENT_STREAM_UNDEFINED_OPERATOR Operators not defined in PDF Reference used on page content stream.
INCOMPLIANT_CONTENT_STREAM_UNDEFINED_RENDERING_INTENT Rendering intent not defined in PDF Reference used in content stream.
INCOMPLIANT_DEVICE_COLOR_SPACES Not compliant uncalibrated color spaces. Reported by PDF/A compliance verifier.
INCOMPLIANT_DOCINFO Mismatch between document information dictionary and XMP metadata. Reported by PDF/A compliance verifier.
INCOMPLIANT_DOCUMENT Document is not compliant. Reported by PDF/A and PDF/X compliance verifier.
INCOMPLIANT_EMBEDDED_FILES Embedded files are not compliant. Reported by PDF/A compliance verifier.
INCOMPLIANT_ENCRYPTION Encryption is not compliant. Reported by PDF/X compliance verifier.
INCOMPLIANT_EXTGSTATE Extended graphics state is not compliant. Reported by PDF/A and PDF/X compliance verifier.
INCOMPLIANT_FILE_HEADER File header is not compliant. Reported by PDF/A compliance verifier.
INCOMPLIANT_FILE_IDENTIFICATION PDF file identification is not compliant. Reported by PDF/X compliance verifier.
INCOMPLIANT_FILE_SPEC File specifications are not compliant. Reported by PDF/X compliance verifier.
INCOMPLIANT_FILE_STRUCTURE File structure is not compliant. Reported by PDF/A compliance verifier.
INCOMPLIANT_FILE_TRAILER File trailer is not compliant. Reported by PDF/A compliance verifier.
INCOMPLIANT_FILTERS Document contains non-compliant filters. Reported by PDF/A and PDF/X compliance verifier.
INCOMPLIANT_FONTS Fonts are not compliant. Reported by PDF/A and PDF/X compliance verifier.
INCOMPLIANT_FONTS_METRICS Fonts metrics are not compliant.
INCOMPLIANT_FONTS_SUBSETS Fonts subsets are not compliant. Reported by PDF/A compliance verifier.
INCOMPLIANT_FORMS Form XObjects are not compliant. Reported by PDF/A compliance verifier.
INCOMPLIANT_GRAPHICS Graphics is not compliant. Reported by PDF/A compliance verifier.
INCOMPLIANT_ICC_COLOR_SPACES Not compliant ICCBased color spaces. Reported by PDF/A compliance verifier.
INCOMPLIANT_IDENTIFICATION_SCHEMAPDF/A identification schema is missing or incompliant with namespace URI %%. Reported by PDF/A compliance verifier.
INCOMPLIANT_IMAGES Images are not compliant. Reported by PDF/A and PDF/X compliance verifier.
INCOMPLIANT_INDIRECT_OBJECTS Indirect object syntax is not compliant.
INCOMPLIANT_INTERACTIVE_FORMS Interactive forms are not compliant. Reported by PDF/A compliance verifier.
INCOMPLIANT_LOGICAL_STRUCTURE Logical structure is not compliant. Reported by PDF/A compliance verifier.
INCOMPLIANT_METADATA Metadata is not compliant. Reported by PDF/A compliance verifier.
INCOMPLIANT_MULT_ANNOTATIONS Multimedia annotations are not compliant. Reported by PDF/A compliance verifier.
INCOMPLIANT_NOT_EMBEDDED_FONTS Not embedded font programs are not compliant. Reported by PDF/A and PDF/X compliance verifier.
INCOMPLIANT_OPTIONAL_CONTENT Optional content is not compliant. Reported by PDF/A compliance verifier.
INCOMPLIANT_OUTPUT_INTENT Output intent is not compliant.
INCOMPLIANT_PAGE Page is not compliant. Reported by PDF/A and PDF/X compliance verifier.
INCOMPLIANT_POSTSCRIPT PostScript XObjects are not compliant. Reported by PDF/A and PDF/X compliance verifier.
INCOMPLIANT_SPECIAL_COLOR_SPACES Not compliant Separation/DeviceN color spaces. Reported by PDF/A compliance verifier.
INCOMPLIANT_STREAM_WITH_EXTERNAL_FDECODEPARMS Stream object is not compliant. External streams are not allowed.
INCOMPLIANT_STREAM_WITH_EXTERNAL_FFILTER Stream object is not compliant. External streams are not allowed.
INCOMPLIANT_STREAM_WITH_EXTERNAL_FILE Stream object is not compliant. External streams are not allowed.
INCOMPLIANT_TAGGED_PDF Document doesn't conform to the Tagged PDF conventions. Reported by PDF/A compliance verifier.
INCOMPLIANT_TRANSPARENCY Transparency is not compliant. Reported by PDF/A and PDF/X compliance verifier.
INCOMPLIANT_TRAPPING Trapping is not compliant. Reported by PDF/X compliance verifier.
INCOMPLIANT_TRIGGER_EVENTS Trigger events are not compliant. Reported by PDF/A compliance verifier.
INCOMPLIANT_UCHAR_MAPS Unicode character maps are not compliant. Reported by PDF/A compliance verifier.
INCOMPLIANT_VIEW_PREFERENCES Viewer preferences are not compliant. Reported by PDF/X compliance verifier.
LIMITS_BIG_ARRAY Array contains more than 8191 elements.
LIMITS_BIG_DICTIONARY Dictionary with more than 4095 entries found.
LIMITS_BIG_INTEGER_CONT_STREAM Integer value in content stream larger than 2^31-1.
LIMITS_BIG_INTEGER_DICT Integer value in dictionary larger than 2^31-1.
LIMITS_BIG_NAME Name with more than 127 bytes.
SUCCESS Document or Page is compliant with the specified preflight profile. Reported by PDF/A and PDF/X compliance verifier.
WARNING_ACTION_EXISTS Document contains an action. This warning is temporary, until full action detection is implemented.
WARNING_FONT_EXISTS Document contains a font. This warning is temporary, until full font detection is implemented.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.PDF.ImGearPDFPreflightReportCodes

See Also

Reference

ImageGear.Formats.PDF Namespace