VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeWriterBaseSettingsJS type / get_MinWidth Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MinWidth Method
    In This Topic
    Gets the width (and height for 2D barcodes), in pixels, of single block.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeWriterBaseSettingsJS();
    
    var value; // Type: number
    value = instance.get_MinWidth();
    
    
    function get_MinWidth() : number;
    

    Return Value

    Width (and height for 2D barcodes), in pixels, of single block.
    Browser Compatibility
    9
    5
    11
    5
    See Also