PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / C1PdfDocument Class / ConformanceLevel Property

In This Topic
    ConformanceLevel Property (C1PdfDocument)
    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