PDF File Writer Class Library - Author Uzi Granot
Barcode128 Class |
Barcode 128 Class

Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public class Barcode128 : Barcode
The Barcode128 type exposes the following members.

Name | Description | |
---|---|---|
![]() | Barcode128(Int32) |
Barcode 128 constructor
|
![]() | Barcode128(String) |
Barcode 128 constructor
|

Name | Description | |
---|---|---|
![]() | BarCount |
Total number of black and white bars
(Inherited from Barcode.) |
![]() | CodeArray |
Gets a copy of CodeArray
(Inherited from Barcode.) |
![]() | Text |
Text string
(Inherited from Barcode.) |
![]() | TotalWidth |
Total barcode width in narrow bar units.
(Inherited from Barcode.) |

Name | Description | |
---|---|---|
![]() | BarWidth |
Width of one bar at indexed position in narrow bar units.
(Overrides BarcodeBarWidth(Int32).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetBarcodeBox |
Calculate total barcode height including text
(Inherited from Barcode.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |

Name | Description | |
---|---|---|
![]() ![]() | CODE_CHAR_BARS |
Each code128 character is encoded as 3 black bars and 3 white bars.
|
![]() ![]() | CODE_CHAR_WIDTH |
Each code128 character width is 11 narrow bars.
|
![]() ![]() | CODEA |
Special code CODEA (or FN4 for code set A).
|
![]() ![]() | CODEB |
Special code CODEB (or FN4 for code set B).
|
![]() ![]() | CODEC |
Special code CODEC.
|
![]() ![]() | CodeTable |
Code table for barcode 128
|
![]() ![]() | FNC1 |
Special code FNC1.
|
![]() ![]() | FNC1_CHAR |
Function character FNC1.
|
![]() ![]() | FNC2 |
Special code FNC2.
|
![]() ![]() | FNC2_CHAR |
Function character FNC2.
|
![]() ![]() | FNC3 |
Special code FNC3.
|
![]() ![]() | FNC3_CHAR |
Function character FNC3.
|
![]() ![]() | SHIFT |
Special code SHIFT.
|
![]() ![]() | STARTA |
Special code STARTA.
|
![]() ![]() | STARTB |
Special code STARTB.
|
![]() ![]() | STARTC |
Special code STARTC.
|
![]() ![]() | STOP |
Special code STOP.
|

This program supports ASCII range of 0 to 127.
Character range 128 to 255 is not supported.
