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

    Parameters

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