VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / set_BarcodeType Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_BarcodeType Method
    In This Topic
    Sets the barcode symbology types to search.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebBarcodeTypeEnumJS
    
    returnValue = instance.set_BarcodeType(value);
    
    
    function set_BarcodeType(
    value
    An instance of WebBarcodeTypeEnumJS class that defines the barcode symbology types to search.
    : WebBarcodeTypeEnumJS
    ) : any;

    Parameters

    value
    An instance of WebBarcodeTypeEnumJS class that defines the barcode symbology types to search.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also