VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / Web1DBarcodeWriterSettingsJS type / set_Code16KEncodingMode Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_Code16KEncodingMode Method
In This Topic
Sets the Code 16K data encoding mode.
Syntax
var instance = new Vintasoft.Barcode.Web1DBarcodeWriterSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: WebCode128EncodingModeEnumJS

returnValue = instance.set_Code16KEncodingMode(value);

Parameters

value
An instance of WebCode128EncodingModeEnumJS class that defines the Code 16K data encoding mode.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
5
11
5
See Also