PDF .NET Library Documentation - PDF Technologies, Inc.
The Codabar type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsCodeValid |
Gets a value indicating whether the value to encode specified in the Code property is valid.
(Inherited from PDFBarcode1D.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AddChecksum |
True if checksum should be added.
| |
| BackColor |
Gets or sets the background color for the barcode.
(Inherited from PDFBarcode1D.) | |
| BarColor |
Gets or sets the bars' color of the barcode.
(Inherited from PDFBarcode1D.) | |
| BarHeight |
Gets or sets the barcode bar's height. Uses UnitOfMeasure.
| |
| BarWidth |
Gets or sets the barcode bar's width. Uses UnitOFMeasure.
| |
| BorderColor |
Gets or sets the barcode border's color.
(Inherited from PDFBarcode1D.) | |
| BorderWidth |
Gets or sets the barcode border's width.
(Inherited from PDFBarcode1D.) | |
| Code |
Gets or sets the value to encode.
(Inherited from PDFBarcode1D.) | |
| CodeAlignment |
Gets or sets the text alignment for Code property.
(Inherited from PDFBarcode1D.) | |
| DisplayChecksum |
True if checksum should be visible in barcode text.
| |
| DisplayCode |
Gets or sets whether the value to encode must be displayed in the barcode.
(Inherited from PDFBarcode1D.) | |
| DisplayStartStopChar |
Gets or sets whether start and stop characters must be displayed in the barcode.
| |
| Font |
Gets or sets the font of the text displayed by the barcode.
(Inherited from PDFBarcode1D.) | |
| ForeColor |
Gets or sets the foreground color of the barcode.
(Inherited from PDFBarcode1D.) | |
| Height |
Gets the height of the barcode. It's uses UnitOfMeasure.
(Inherited from PDFBarcode1D.) | |
| Ratio |
Wide/narrow bar ratio.
| |
| StartChar |
Gets or sets the start character for Codabar symbology. Possible values are: A, B, C or D.
| |
| StopChar |
Gets or sets the stop character for Codabar symbology. Possible values are: A, B, C or D.
| |
| Text |
Gets or sets the additional text to show in the barcode image. This is not the value to encode.
(Inherited from PDFBarcode1D.) | |
| TextAlignment |
Gets or sets the text alignment for Text property.
(Inherited from PDFBarcode1D.) | |
| UnitOfMeasure |
Gets or sets the UnitOfMeasure.
(Inherited from PDFBarcode1D.) |