Dim Barcode As New UltraRoyalMailBarcode() Barcode.Data = "541321DSGAS32D1A6"
The Royal Mail 4-state Customer Code (RM4SCC) is a height-modulated barcode for use in automated mail sort process. A checksum is printed as the last character to provide error protection which is not part of the Data itself. The valid characters for the Data value are 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ.
In Visual Basic:
Dim Barcode As New UltraRoyalMailBarcode() Barcode.Data = "541321DSGAS32D1A6"
In C#:
UltraRoyalMailBarcode Barcode = new UltraRoyalMailBarcode(); Barcode.Data = "541321DSGAS32D1A6";