set_MaxiCodeResolution Method
In This Topic
Sets the MaxiCode barcode resolution.
Syntax
var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_MaxiCodeResolution(value);
function set_MaxiCodeResolution(
: number
) : any;
Parameters
- value
- MaxiCode barcode resolution.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also