typeno=
Barcode type as number that you want to use for encoding i.e.: 14 (=CODE128)
The barcode numbers:
Note: If you don't know the type number you can use the parameter "code" instead.
|
code=
Set barcode type as a human readable name that you want to use for encoding i.e.: CODE128
Note: It's better to set the parameter "typeno" because it's unique.
|
text=
Sets the text that you want to display as a barcode. This may be an article
number or a text message like "Hello World!".
Make sure this parameter is URL-Encoded when sending it to barcodeimage.asp
|
showtext=
Select whether the human readable line is visible or not. (1=visible, 0=invisible).
|
width=
Sets the width of the resulting image file.
|
height=
Sets the height of the resulting image file.
|
backcolor=
Set the background color as html color
e.g. ffffff = white, 000000 = black
|
forecolor=
Set the foreground color as html color
e.g. ffffff = white, 000000 = black
|
rotate
Sets the orientation (rotation) in degrees. Possible values: 0, 90, 180, 270
|
BorderWidth=
Border on left and right (free space)
|
BorderHeight
Border on top and and left (free space)
|
NotchHeightInPercent=
High of the notches (EAN-13, UPC-A/E and others) in percent
|