In This Topic
GdPicture14 Namespace / PdfValidationConformance Enumeration

PdfValidationConformance Enumeration

In This Topic
Specifies PDF conformance levels currently supported by the PDF validation engine.

The different conformance levels reflect the quality of the archived document and depend on the input material and the documents purpose. PDF/A versions and levels are given one after another.

PDF/A-1 is the first archiving standard based on PDF version 1.4. All resources must be embedded within the PDF/A document itself.

PDF/A-2 is based on PDF 1.7. It allows JPEG2000 compression, transparent elements, PDF layers and more.

PDF/A-3 is available since October 2012. It allows to embed any file format desired.

Level a (accessible) meets all requirements for the standard.

Level b (basic) guaranteed that the content of the document can be unambiguously reproduced.

Level u (unicode) specifies that all text can be mapped to standard Unicode character codes.

Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum PdfValidationConformance 
   Inherits System.Enum
[ComVisible(true)]
public enum PdfValidationConformance : System.Enum 
public enum PdfValidationConformance = class(System.Enum)
ComVisibleAttribute()
public enum PdfValidationConformance extends System.Enum
[ComVisible(true)]
__value public enum PdfValidationConformance : public System.Enum 
[ComVisible(true)]
public enum class PdfValidationConformance : public System.Enum 
Members
MemberValueDescription
PDF_A_1a0The PDF conformance level is PDF/A-1a.
PDF_A_1b1The PDF conformance level is PDF/A-1b.
PDF_A_2a2The PDF conformance level is PDF/A-2a.
PDF_A_2b4The PDF conformance level is PDF/A-2b.
PDF_A_2u3The PDF conformance level is PDF/A-2u.
PDF_A_3a5The PDF conformance level is PDF/A-3a.
PDF_A_3b7The PDF conformance level is PDF/A-3b.
PDF_A_3u6The PDF conformance level is PDF/A-3u.
PDF_A_48The PDF conformance level is PDF/A-4.
PDF_A_4e9The PDF conformance level is PDF/A-4e.
PDF_A_4f10The PDF conformance level is PDF/A-4f.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.PdfValidationConformance

See Also