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

    Parameters

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