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

    Parameters

    value
    Type of barcode symbology.
    Exceptions
    ExceptionDescription
    Thrown because function is not implemented.
    Browser Compatibility
    9
    5
    11
    5
    See Also