VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebMailmarkCmdmValueJS type / set_InformationTypeId Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_InformationTypeId Method
In This Topic
Sets the Royal Mail Mailmark barcode payload for each product type.
Syntax
var instance = new Vintasoft.Barcode.WebMailmarkCmdmValueJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_InformationTypeId(value);

Parameters

value
Royal Mail Mailmark barcode payload. Supported values:
  • "0" - Domestic Sorted And Unsorted.
  • "1" - International Sorted And Unsorted (for potential future use).
  • "2" - Response Services (for potential future use).
  • "A" - Online Postage.
  • "B" - Franking.
  • "C" - Consolidation.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if value length is not 1.
Browser Compatibility
9
5
11
5
See Also