VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebMailmarkCmdmValueJS type / set_RtsFlag Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_RtsFlag Method
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);

Parameters

value
Flag. Supported values:
  • "0" - None .
  • "1" - Response Services Unique (for potential future use).
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if value length is not 1.
Browser Compatibility
9
5
11
5
See Also