VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeWriterBaseSettingsJS type / get_Resolution Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Resolution Method
    In This Topic
    Gets image vertical and horizontal resolution, in dots per inch.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeWriterBaseSettingsJS();
    
    var value; // Type: number
    value = instance.get_Resolution();
    
    
    function get_Resolution() : number;
    

    Return Value

    Image vertical and horizontal resolution, in dots per inch.
    Browser Compatibility
    9
    5
    11
    5
    See Also