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);
 
    
      
      function set_Conformance(
    : WebPdfDocumentConformanceEnumJS
) : any;
 
    
       
      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
| Exception | Description | 
|---|
|  | Thrown if argument has wrong type. | 
|  | Thrown if PDF document conformance is not supported now. | 
Browser Compatibility
See Also