Click or drag to resize

Pdf417BarcodeWriter Properties

The Pdf417BarcodeWriter type exposes the following members.

Properties
  NameDescription
Public propertyBackColor
Gets or sets color of the background of the barcode.
Public propertyCode exampleBounds
Public propertyColumns
Number of data columns in the symbol. Note that appart from data columns a symbol has start/stop columns and left and right row indicators. That is why a symbol printed with Columns = 1 will appear to have 5 columsn when printed. Acceptable values are in the range 1-30. The product Rows*Columns cannot exceed 925.
Public propertyErrorCorrectionLevel
Error Correction Level. Determines how many extra Error Correction Codewords (ECC) will be encoded in the final symbol to allow the posibility of recovering from damage in the symbol.
Public propertyForeColor
Gets or sets the the color of the barcode.
Public propertyLayout
Determines how the PDF 417 modules are presented. Default is LayoutMode.Auto
Public propertyModuleHeight
The height of module, equivalent to the height of a row. The units will be determined by the PageUnit of the Graphics in Render(byte, Graphics, Rectangle). By default for printing the units are Document which corresponds to 10 mils per unit.
Public propertyModuleWidth
The width of module, the smallest element in the symbol. The units will be determined by the PageUnit of the Graphics in Render(byte, Graphics, Rectangle). By default for printing the units are Document which corresponds to 10 mils per unit.
Public propertyOrientation
Sets or gets the orientation of the barcode. Default is Pdf417SymbolOrientation.Horizontal
Public propertyRows
Number of rows in the symbol. Acceptable values are in the range 3-90. The product Rows*Columns cannot exceed 925.
Public propertyTruncated
Indicates whether the Stop pattern and Right Row Indicator at the end of each row can be omitted resulting in a smaller symbol.
Top
See Also