Click or drag to resize

PdfCode39Barcode Properties

The PdfCode39Barcode type exposes the following members.

Properties
Name Description
Public property BackColor
Gets or sets the back color of the barcode.
(Inherited from PdfBarcode .)
Public property BarcodeToTextGapHeight
Gets or sets the gap between the barcode and the displayed text.
(Inherited from PdfUnidimensionalBarcode .)
Public property BarColor
Gets or sets the bar color of the barcode.
(Inherited from PdfBarcode .)
Public property BarHeight
Gets or sets the bar height.
(Inherited from PdfBarcode .)
Public property Bounds
Gets or sets the rectangular area occupied by the barcode.
(Inherited from PdfBarcode .)
Public property EnableCheckDigit Obsolete.
Gets or sets a value indicating whether to enable to check digit calculation in the generated barcode or not.
(Inherited from PdfUnidimensionalBarcode .)
Public property EncodeStartStopSymbols
Gets or sets a value indicating whether [encode start stop symbols].
(Inherited from PdfUnidimensionalBarcode .)
Public property Font
Gets or sets the Text font.
(Inherited from PdfUnidimensionalBarcode .)
Public property Location
Gets or sets the location to render barcode in the PDF Document.
(Inherited from PdfBarcode .)
Public property NarrowBarWidth
Gets or sets the narrow bar width.
(Inherited from PdfBarcode .)
Public property QuietZone
Gets or sets the empty area which is to be allocated around the barcode.
(Inherited from PdfBarcode .)
Public property ShowCheckDigit Obsolete.
(Inherited from PdfUnidimensionalBarcode .)
Public property Size
Gets the size of the barcode.
(Inherited from PdfBarcode .)
Public property Text
Gets or Sets the barcode text.
(Inherited from PdfBarcode .)
Public property TextAlignment
Gets or sets the alignment of the text displayed on the barcode.
(Inherited from PdfUnidimensionalBarcode .)
Public property TextColor
Gets or sets the text color of the barcode text.
(Inherited from PdfBarcode .)
Public property TextDisplayLocation
Gets or sets the text display location.
(Inherited from PdfUnidimensionalBarcode .)
Top
See Also