support

Barcodesoft Webservice Online Document: GS1-128



Byte[] GS1128(string textToEncode,
bool ShowHumanReadable,
bool ShowCheckDigit,
BcsImageFormat ImageFormat,
BcsOrientation Orientation,
int Resolution,
int Width,
int Height,
string strToken)


GS1128 accepts 9 parameters, returns the barcode image as a byte array.

textToEncode is a string to encode.

ShowHumanReadable is a boolean value for showing human readable text.

ShowCheckDigit is a boolean value for showing check digit.

ImageFormat is in enum BcsImageFormat. It can be set to one of the following values: BMP, JPG, PNG, WMF, TIFF, GIF.

Orientation is in enum BcsOrientation. It can be set to one of the following values: Original, Rotate90, Rotate180, Rotate270.

Resolution is an integer, its values ranges between 96 and 600. Any other value will be reset to 96.

Width is in pixel value. If you set it to zero, it will automatically find a best value for you.

Height is in pixel value. If you set it to zero, it will automatically find a best value for you.

Token is your password using this webservice. You will get a token after you purchase a license from Barcodesoft.

GS1-128 was known as UCC/EAN-128 before.
It is a GS1 implementation of Code128 barcode.

The GS1-128 Symbology is a variant of the Code 128 Symbology.
The UCC EAN System was established by Uniform Code Council (UCC) in 1973.
In 1977, the European Article Numbering Association (EAN International) designed a compatible system for use in Europe.
The pattern of using FNC1 right after start character is reserved for GS1-128.

See Also
Code128