Barcode39 Class

PDF File Writer

Barcode39 Class

Barcode 39 class
Inheritance Hierarchy
SystemObject  PdfFileWriterBarcode
    PdfFileWriterBarcode39

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

The Barcode39 type exposes the following members.

Constructors
  NameDescription
Public methodBarcode39(Int32)
Barcode 39 constructor
Public methodBarcode39(String)
Barcode 39 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
Bar width as function of position in the barcode 39
(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 memberCharSet
Barcode39 supported characters.
Public fieldStatic memberCODE_CHAR_BARS
Each code39 code is encoded as 5 black bars and 5 white bars.
Public fieldStatic memberCODE_CHAR_WIDTH
Total length expressed in narrow bar units.
Public fieldStatic memberCodeTable
Code table for barcode 39
Public fieldStatic memberSTART_STOP_CODE
Barcode39 start and stop character (normally displayed as *).
Top
See Also