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

    Parameters

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