VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / get_PharmacodeMaxHeight Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_PharmacodeMaxHeight Method
    In This Topic
    Gets the maximum barcode height, in narrow bars, for Pharmacode barcode.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
    
    var value; // Type: number
    value = instance.get_PharmacodeMaxHeight();
    
    
    function get_PharmacodeMaxHeight() : number;
    

    Return Value

    Maximum barcode height, in narrow bars, for Pharmacode barcode.
    Browser Compatibility
    9
    5
    11
    5
    See Also