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

    Parameters

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