PDF File Writer Class Library - Author Uzi Granot
Barcode39 Class |
Barcode 39 class

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

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

Name | Description | |
---|---|---|
![]() | Barcode39(Int32) |
Barcode 39 constructor
|
![]() | Barcode39(String) |
Barcode 39 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 |
Bar width as function of position in the barcode 39
(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 | |
---|---|---|
![]() ![]() | CharSet |
Barcode39 supported characters.
|
![]() ![]() | CODE_CHAR_BARS |
Each code39 code is encoded as 5 black bars and 5 white bars.
|
![]() ![]() | CODE_CHAR_WIDTH |
Total length expressed in narrow bar units.
|
![]() ![]() | CodeTable |
Code table for barcode 39
|
![]() ![]() | START_STOP_CODE |
Barcode39 start and stop character (normally displayed as *).
|
