Syntax
| C# |
|---|
public class BarcodeEAN128 |
| Visual Basic (Declaration) |
|---|
Public Class BarcodeEAN128 |
| Visual C++ |
|---|
public ref class BarcodeEAN128 |
The type exposes the following properties.
Public Properties
| Name | Description | |
|---|---|---|
| BackColor |
Back color.
(Inherited from BaseBarcode.) | |
| BarColor |
Bar color.
(Inherited from BaseBarcode.) | |
| BearerBars |
Bearer bars type.
(Inherited from SimpleBarcode.) | |
| BearerBarsSize |
Bearer bars size in pixels.
(Inherited from SimpleBarcode.) | |
| ChecksumAdd |
True if checksum should be added.
(Inherited from BaseBarcode.) | |
| ChecksumVisible |
True if checksum should be visible in barcode text.
(Inherited from BaseBarcode.) | |
| CustomText |
Custom text which will be rendered instead of Number.
(Inherited from BaseBarcode.) | |
| DataSections |
This is the collection that is parsed from number property.
You can add items to this collection.
Key is the Application Identifiers (AI)
Value is AI's data.
| |
| FontHeight |
Fraction of Height which will be reserved for text label.
Between 0 and 1.0. Default is 0.15
(Inherited from BaseBarcode.) | |
| FontName |
Font name that will be used for any text on barcode image.
(Inherited from BaseBarcode.) | |
| FontStyle |
Font style that will be used for any text on barcode image.
(Inherited from BaseBarcode.) | |
| ForeColor |
Text color.
(Inherited from BaseBarcode.) | |
| Height |
Barcode height in pixels.
(Inherited from BaseBarcode.) | |
| IsNumberVisible |
True if text should be visible in rendered barcode.
(Inherited from BaseBarcode.) | |
| LeftQuietZone |
Gets or sets quiet zone size.
If SetMarginsAutomatically is set to true always returns this.NarrowBarWidth*9.
(Inherited from BaseBarcode.) | |
| NarrowBarWidth |
Width of the narrow bar in rendered barcode in pixels.
(Inherited from BaseBarcode.) | |
| Number |
Barcode number. Separate supplement with ',' char.
(Inherited from BaseBarcode.) | |
| Ratio |
Wide/narrow bar ratio.
(Inherited from BaseBarcode.) | |
| RightQuietZone |
Gets or sets quiet zone size.
If SetMarginsAutomatically is set to true always returns this.NarrowBarWidth*9.
(Inherited from BaseBarcode.) | |
| Rotation |
Rotation of the rendered barcode.
(Inherited from BaseBarcode.) | |
| SetMarginsAutomatically |
If set to true RightQuietZone and LeftQuietZone always return this.NarrowBarWidth*9.
(Inherited from BaseBarcode.) |
See Also
Lesnikowski.Barcode Namespace