VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode Namespace / Web1DBarcodeWriterSettingsJS type / get_BarcodeSubset Property
Syntax BrowserCompatibility SeeAlso
    get_BarcodeSubset Method
    Gets the barcode symbology subset.
    Syntax
    var instance = new Vintasoft.Barcode.Web1DBarcodeWriterSettingsJS();
    
    var value; // Type: Vintasoft.Barcode.Web1DBarcodeSubsetNamesEnumJS
    value = instance.get_BarcodeSubset();
    
    

    Return Value

    An instance of Web1DBarcodeSubsetNamesEnumJS class that defines the barcode symbology subset.
    Browser Compatibility
    9
    5
    11
    5
    See Also