Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / ConformanceLevel Property

In This Topic
    ConformanceLevel Property
    In This Topic
    Gets or sets the PDF/A conformance level.

    The default is none (the document does not conform to PDF/A).

    Syntax
    'Declaration
     
    Public Property ConformanceLevel As PdfAConformanceLevel
    public PdfAConformanceLevel ConformanceLevel {get; set;}
    See Also