ComponentOne PDF for .NET
PdfAConformanceLevel Enumeration

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace : PdfAConformanceLevel Enumeration
Determines the PDF/A conformance levels.
Syntax
'Declaration
 
Public Enum PdfAConformanceLevel 
   Inherits System.Enum
public enum PdfAConformanceLevel : System.Enum 
Members
MemberDescription
NoneWithout PDF/A conformance.
PdfA1aPartly supported
PdfA1bPartly supported
PdfA2aPartly supported
PdfA2bFully supported
PdfA2uPartly supported
PdfA3aPartly supported
PdfA3bPartly supported
PdfA3uPartly supported
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Pdf.PdfAConformanceLevel

See Also

Reference

C1.C1Pdf Namespace