VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormBarcodeFieldJS type / get_Resolution Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Resolution Method
    In This Topic
    Gets the resolution, in dots-per-inch (dpi), at which the barcode object shall be rendered.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormBarcodeFieldJS(document, name);
    
    var value; // Type: number
    value = instance.get_Resolution();
    
    
    function get_Resolution() : number;
    

    Return Value

    Resolution. Default value is 300.
    Browser Compatibility
    56+
    45+
    11
    See Also