VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebPdfEncoderSettingsJS type / set_Conformance Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_Conformance Method
In This Topic
Sets the PDF document conformance to a PDF standard.
Syntax
var instance = new Vintasoft.Imaging.WebPdfEncoderSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: WebPdfDocumentConformanceEnumJS

returnValue = instance.set_Conformance(value);

Parameters

value
An instance of WebPdfDocumentConformanceEnumJS class that defines the PDF document conformance to a PDF standard. Supported values: PdfA_1b, PdfA_2b, PdfA_3b.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if PDF document conformance is not supported now.
Browser Compatibility
56+
45+
11
See Also