VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / get_Barcode1DSubsets Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Barcode1DSubsets Method
    In This Topic
    Gets the 1D barcode symbology subsets to search.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
    
    var value; // Type: Vintasoft.Barcode.Web1DBarcodeSubsetNamesFlagedEnumJS
    value = instance.get_Barcode1DSubsets();
    
    
    function get_Barcode1DSubsets() : Web1DBarcodeSubsetNamesFlagedEnumJS;
    

    Return Value

    An instance of Web1DBarcodeSubsetNamesFlagedEnumJS class that defines the 1D barcode symbology subsets to search.
    Browser Compatibility
    9
    5
    11
    5
    See Also