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

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
ExceptionDescription
Thrown if argument has wrong type.
Thrown if value length is not 1.
Browser Compatibility
9
5
11
5
See Also