PDF .NET Library Documentation - PDF Technologies, Inc.

The PDF417 type exposes the following members.

Properties

  NameDescription
AspectRatio
Gets or sets the ratio of the height to the overall width of the barcode. Its value must be zero up to one.
BackColor
Gets or sets the background color for the barcode.
(Inherited from PDFBarcode2D.)
BarColor
Gets or sets the bars' color of the barcode.
(Inherited from PDFBarcode2D.)
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 PDFBarcode2D.)
BorderWidth
Gets or sets the barcode border's width.
(Inherited from PDFBarcode2D.)
Code
Gets or sets the value to encode.
(Inherited from PDFBarcode2D.)
Columns
Gets or sets the number of columns
CompactionType
Gets or sets the Compaction Type.
ErrorCorrectionLevel
Gets or sets the Error Correction Level
Font
Gets or sets the font of the text displayed by the barcode.
(Inherited from PDFBarcode2D.)
ForeColor
Gets or sets the foreground color of the barcode.
(Inherited from PDFBarcode2D.)
Height
Gets the height of the barcode. It's uses UnitOfMeasure.
(Inherited from PDFBarcode2D.)
Ratio
Wide/narrow bar ratio.
Rows
Gets or sets the number of rows
Text
Gets or sets the additional text to show in the barcode image. This is not the value to encode.
(Inherited from PDFBarcode2D.)
TextAlignment
Gets or sets the text alignment for Text property.
(Inherited from PDFBarcode2D.)
Truncated
Gets or sets whether the right side of PDF417 barcode is truncated
UnitOfMeasure
Gets or sets the UnitOfMeasure.
(Inherited from PDFBarcode2D.)

See Also