Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.Pdf Namespace / PdfExportContext Class / ConformanceLevel Property


In This Topic
    ConformanceLevel Property
    In This Topic
    Gets or sets the PDF/A conformance level.
    Syntax
    'Declaration
     
    
    Public Property ConformanceLevel As PdfAConformanceLevel
    'Usage
     
    
    Dim instance As PdfExportContext
    Dim value As PdfAConformanceLevel
     
    instance.ConformanceLevel = value
     
    value = instance.ConformanceLevel
    public PdfAConformanceLevel ConformanceLevel {get; set;}
    See Also