VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / Web2DBarcodeWriterSettingsJS type / get_DataMatrixEncodingMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_DataMatrixEncodingMode Method
In This Topic
Gets the Data Matrix data encoding mode.
Syntax
var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();

var value; // Type: Vintasoft.Barcode.WebDataMatrixEncodingModeEnumJS
value = instance.get_DataMatrixEncodingMode();

Return Value

An instance of WebDataMatrixEncodingModeEnumJS class that defines the Data Matrix data encoding mode.
Browser Compatibility
9
5
11
5
See Also