VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / set_PharmacodeMinPadding Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_PharmacodeMinPadding Method
    In This Topic
    Sets the minimum barcode padding, in narrow bars, for Pharmacode barcode.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_PharmacodeMinPadding(value);
    
    
    function set_PharmacodeMinPadding(
    value
    Minimum barcode padding, in narrow bars, for Pharmacode barcode.
    : number
    ) : any;

    Parameters

    value
    Minimum barcode padding, in narrow bars, for Pharmacode barcode.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also