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