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

    Parameters

    value
    An instance of WebMSIChecksumTypeEnumJS class that defines a checksum type of MSI barcode.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also