Barcode128 Class

PDF File Writer

Barcode128 Class

Barcode 128 Class
Inheritance Hierarchy
SystemObject  PdfFileWriterBarcode
    PdfFileWriterBarcode128

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public class Barcode128 : Barcode

The Barcode128 type exposes the following members.

Constructors
  NameDescription
Public methodBarcode128(Int32)
Barcode 128 constructor
Public methodBarcode128(String)
Barcode 128 constructor
Top
Properties
  NameDescription
Public propertyBarCount
Total number of black and white bars
(Inherited from Barcode.)
Public propertyCodeArray
Gets a copy of CodeArray
(Inherited from Barcode.)
Public propertyText
Text string
(Inherited from Barcode.)
Public propertyTotalWidth
Total barcode width in narrow bar units.
(Inherited from Barcode.)
Top
Methods
  NameDescription
Public methodBarWidth
Width of one bar at indexed position in narrow bar units.
(Overrides BarcodeBarWidth(Int32).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBarcodeBox
Calculate total barcode height including text
(Inherited from Barcode.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberCODE_CHAR_BARS
Each code128 character is encoded as 3 black bars and 3 white bars.
Public fieldStatic memberCODE_CHAR_WIDTH
Each code128 character width is 11 narrow bars.
Public fieldStatic memberCODEA
Special code CODEA (or FN4 for code set A).
Public fieldStatic memberCODEB
Special code CODEB (or FN4 for code set B).
Public fieldStatic memberCODEC
Special code CODEC.
Public fieldStatic memberCodeTable
Code table for barcode 128
Public fieldStatic memberFNC1
Special code FNC1.
Public fieldStatic memberFNC1_CHAR
Function character FNC1.
Public fieldStatic memberFNC2
Special code FNC2.
Public fieldStatic memberFNC2_CHAR
Function character FNC2.
Public fieldStatic memberFNC3
Special code FNC3.
Public fieldStatic memberFNC3_CHAR
Function character FNC3.
Public fieldStatic memberSHIFT
Special code SHIFT.
Public fieldStatic memberSTARTA
Special code STARTA.
Public fieldStatic memberSTARTB
Special code STARTB.
Public fieldStatic memberSTARTC
Special code STARTC.
Public fieldStatic memberSTOP
Special code STOP.
Top
Remarks
This program supports ASCII range of 0 to 127. Character range 128 to 255 is not supported.
See Also