In This Topic
Sets a value indicating whether the level of RTS service is being requested.
Syntax
var instance = new Vintasoft.Barcode.WebMailmarkCmdmValueJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_RtsFlag(value);
function set_RtsFlag(
: string
) : any;
Parameters
- value
- Flag. Supported values:
- "0" - None .
- "1" - Response Services Unique (for potential future use).
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if value length is not 1. |
Browser Compatibility
See Also