iReport Codabar Generator Plugin Tutorial - Generate, create linear barcode Codabar images in iReport reports
Codabar for iReport plugin generate, create Codabar barcode in iReport Jasper Reports
- Easy to generate Codabar barcodes in iReport Jasper reports
- Simple to redistribute iReport Codabar Generator plugin module (nbm)
No registration key. No activation code.
- Generating high quality Codabar Bar Code images in GIF format
- Completely developed in NETBeans iReport Plugin.
- Mature iReport Codabar barcode generation plugin using Java Barcode Generator library
Index
iReport Barcode Codabar Generator Introduction
iReport Codabar Generator is included in iReport Barcode,
which is developed based on
Java Barcode generation library.
iReport Barcode is a
NETBeans iReport Custom Extended Report Item that helps you easily generate and print 1D (linear) and 2D (matrix) barcodes
in your NETBeans iReport reports. iReport Codabar Generator shares the same Java barcode customization settings with
Java Codabar Generator.
crystal reports barcode not working,
best java barcode library,
gs1-128 c# free,
how to generate barcode in crystal report in vb.net,
barcode recognition vb.net,
pdf417 c# open source
Codabar Introduction
Codabar is a linear barcode symbology developed in 1972 by Pitney Bowes Corp.
It is also known as Codeabar, Ames Code, NW-7, Monarch, Code 2 of 7, Rationalized Codabar, ANSI/AIM BC3-1995 or USD-4.
iReport Codabar Generator encodes 16 letters.
- 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
- - (Dash), $ (Dollar), : (Colon), / (Slash), . (Point), + (Plus)
Codabar Generators
OnBarcode provides several Codabar Generator components and software, including
Codabar Generator C#,
Codabar Generator VB.NET,
Codabar Generator,
Codabar Generator .NET,
Codabar Generator Java.
iReport Barcode Codabar Generator - Property Settings
| Category |
Properties |
Value |
Comments |
| Basic
|
Property: Data
|
Type: expression
Default: ""
- If you encode the barcode data text directly, the text string should be around by " " ", such as "12345"
- If you encode the barcode data from dataset, input the expression, such as row["CUSTOMERNUMBER"]
|
Barcode value to encode.
Codabar Valid Data Char Set:
- - (Dash), $ (Dollar), : (Colon), / (Slash), . (Point), + (Plus)
- 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
|
|
Property: Add CheckSum Char
|
Type: boolean
Default: false
|
Add CheckSum Char property is not applied here. Codabar does not require any checksum. |
| |
Codabar Special |
Property: Codabar Start Char
|
Type: char
Default: 'A'
|
Codabar start char, valid values: 'A', 'B', 'C', 'D'
|
|
Property: Codabar Stop Char
|
Type: char
Default: 'A'
|
Codabar stop char, valid values: 'A', 'B', 'C', 'D' |
|
Property: N
|
Type: float
Default: 2.0f
|
Wide/narrow ratio, 2.0 - 3.0 inclusive, default is 2. |
| |
Barcode Size Related |
Property: Unit of Measure
|
Type: int
Default: 0 (pixel)
|
Unit of meature for all size related settings in the library.
Valid values: 0: pixel; 1: inch; 2: cm.
|
|
Property: X
|
Type: float
Default: 1
|
Width of barcode bar module (narrow bar), default is 1 pixel |
|
Property: Y
|
Type: float
Default: 30
|
Height of barcode bar module, default is 30 pixel |
|
Property: Left Margin
|
Type: float
Default: 0
|
Barcode image left margin size. |
|
Property: Right Margin
|
Type: float
Default: 0
|
Barcode image right margin size. |
|
Property: Top Margin
|
Type: float
Default: 0
|
Barcode image top margin size. |
|
Property: Bottom/b>
|
Type: float
Default: 0
|
Barcode image bottom margin size. |
|
Property: Resolution (in dpi)
|
Type: int
Default: 72
|
Barcode image resolution in DPI (Dots per inch). |
|
Property: Rotate
|
Type: int
Default: 0 (rotate angle in 0 degree)
|
Valid values:
- 0 (rotate angle in 0 degree)
- 90 (rotate angle in 90 degree)
- 180 (rotate angle in 180 degree)
- 270 (rotate angle in 270 degree)
|
| |
Font Style |
Property: Show Text
|
Type: boolean
Default: true
|
If true, display barcode data text under the barcode, otherwise do not display. |
|
Property: Text Font Size
|
Type: int
Default: 11
|
Barcode text font size.
|
|
Property: Text Margin
|
Type: float
Default: 6
|
Space between barcode and barcode data text, default is 6 pixels |
iReport Barcode Generator Supporting BarCode Types