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

    Parameters

    value
    Image vertical and horizontal resolution, in dots per inch.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also