set_MaxiCodeEncodingMode Method
In This Topic
Sets the MaxiCode encoding mode.
Syntax
var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebMaxiCodeEncodingModeEnumJS
returnValue = instance.set_MaxiCodeEncodingMode(value);
function set_MaxiCodeEncodingMode(
: WebMaxiCodeEncodingModeEnumJS
) : any;
Parameters
- value
- An instance of WebMaxiCodeEncodingModeEnumJS class that defines the MaxiCode encoding mode.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also