Code 11 Barcode Generator for ASP.NET Web Applications
|
|
![]() |
(The DLL will be copied to the bin directory automatically)
(If there is no Components Tab in the Toolbox, add a new tab named Components)
Create file Directory barcode in Internet Information Services (IIS)
http://YourDomain:Port/barcode/linear.aspx?DATA=-12345678-&SYMBOLOGY=2
<img src="http://YourDomain:Port /barcode/linear.aspx?DATA=-12345678-&SYMBOLOGY=2" />
Barcode Settings
Properties | Value |
Comments
|
||
Property | URL | Options | Default | |
Data | DATA | (Data to encode in the Code 11) | "128" | Code 11 value to encode Code 11 Character Set:
|
SYMBOLOGY |
SYMBOLOGY | Code11 |
Code128Auto | In ASP.NET, set the value to Symbology.Code11 In IIS, set the value in URL to SYMBOLOGY=2 |
Code 11 Text Settings
Properties | Value | Comments |
||
Property | URL | Options | Default | |
ShowText
|
SHOW-TEXT |
True or False |
True |
|
TextColor
|
TEXT-COLOR |
Color |
Black | Color of the shown text |
TextFont
|
TEXT-FONT
|
Font |
Arial, 10pt | The font, font style and font size of the text |
TextMargin
|
TEXT-COLOR
|
float |
6 | The space between the text and the barcode symbol |
Code 11 Size Settings
Properties | Value | Comments |
||
Property | URL | Options | Default | |
Angle
|
ANGLE |
Degree0, 90, 180, 270 |
Degree0 | Rotate the Angle of the Code 11 images |
AutoResize
|
AUTO-RESIZE |
True or False |
False | Auto resize the generated barcode image |
BarcodeImageHeight |
BARCODE-IMAGE-HEIGHT |
float |
0 | Barcode image Height |
BarcodeImageWidth |
BARCODE-IMAGE-WIDTH |
float |
0 | Barcode image Width |
BottomMargin |
BOTTOM-MARGIN |
float |
0 | Barcode image bottom margin size |
MarginLeft | MARGINE-LEFT | float | 0 | Barcode image left margin size |
RightMargin | RIGHT-MARGIN | float | 0 | Barcode image right margin size. |
TopMargin | TOP-MARGIN | float | 0 | Barcode image Top margin size |
UOM |
UOM |
Pixel, Cm, or Inch |
Pixel | Unit of Measure for all numeric properties |
X | X | float | 2 | Width of barcode bar module (narrow bar), default is 2 pixel |
Y | Y | float | 75 | Height of barcode bar module, default is 75 pixel |
Code 11 Color Settings
Properties | Value | Comments |
||
Property | URL | Options | Default | |
BackgroundColor |
BACK -GROUND-COLOR |
Color |
white | Barcode image background color |
ForegroundColor |
FORE GROUND-COLOR |
Color |
black | Barcode image foreground color |
Code 11 Image Settings
Properties | Value | Comments |
||
Property | URL | Options | Default | |
DPI |
DPI |
float |
72 | Resolution of Code 11 Image, Dots Per Inch |
ImageFormat |
IMAGE-FORMAT |
Memory Bmp, Bmp, Emf, Wmf, Gif, Jpeg, Png, Tiff, Exif, or Icon |
Gif | Barcode image format |