In This Topic
Sets the class of the item.
Syntax
var instance = new Vintasoft.Barcode.WebMailmarkCmdmValueJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_ClassId(value);
function set_ClassId(
: string
) : any;
Parameters
- value
- Class of the item. Supported values:
- "0" - Null or Test.
- "1" - 1C (Retail).
- "2" - 2C (Retail).
- "3" - 3C (Retail).
- "4" - Premium (Retail Publishing Mail) (for potential future use).
- "5" - Deferred (Retail).
- "6" - Air (Retail) (for potential future use).
- "7" - Surface (Retail) (for potential future use).
- "8" - Premium (Network Access).
- "9" - Standard (Network Access).
- "A" to "Z" - Spare(for potential future use).
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if value length is not 1. |
Browser Compatibility
See Also