VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebPdfEncoderSettingsJS type / get_Conformance Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Conformance Method
    In This Topic
    Gets the PDF document conformance to a PDF standard.
    Syntax
    var instance = new Vintasoft.Imaging.WebPdfEncoderSettingsJS();
    
    var value; // Type: Vintasoft.Imaging.WebPdfDocumentConformanceEnumJS
    value = instance.get_Conformance();
    
    
    function get_Conformance() : WebPdfDocumentConformanceEnumJS;
    

    Return Value

    An instance of WebPdfDocumentConformanceEnumJS class that defines the PDF document conformance to a PDF standard. Supported values: PdfA_1b, PdfA_2b, PdfA_3b.
    Browser Compatibility
    56+
    45+
    11
    See Also