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

    Parameters

    value
    Width (and height for 2D barcodes), in pixels, of single block.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also