Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.Pdf Namespace / PdfAConformanceLevel Enumeration


In This Topic
    PdfAConformanceLevel Enumeration
    In This Topic
    Represents the PDF conformance levels.
    Syntax
    'Declaration
     
    
    Public Enum PdfAConformanceLevel 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PdfAConformanceLevel
    public enum PdfAConformanceLevel : System.Enum 
    Members
    MemberDescription
    NoneWithout PDF/A conformance.
    PdfA1aPDF/A 1a conformance level.
    PdfA1bPDF/A 1b conformance level.
    PdfA2aPDF/A 2a conformance level.
    PdfA2bPDF/A 2b conformance level.
    PdfA2uPDF/A 2u conformance level.
    PdfA3a/PDF/A 3a conformance level.
    PdfA3bPDF/A 3b conformance level.
    PdfA3uPDF/A 3u conformance level.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.IO.Pdf.PdfAConformanceLevel

    See Also