Pdf417BarcodeWriter Properties |
The Pdf417BarcodeWriter type exposes the following members.
Name | Description | |
---|---|---|
BackColor |
Gets or sets color of the background of the barcode.
| |
Bounds |
After a call to Render(Byte, Graphics, Rectangle), returns the Rectangle bounding the PDF417 Symbol.
| |
Columns |
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.
| |
ErrorCorrectionLevel |
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.
| |
ForeColor |
Gets or sets the the color of the barcode.
| |
Layout | Determines how the PDF 417 modules are presented. Default is LayoutMode.Auto | |
ModuleHeight |
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.
| |
ModuleWidth |
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.
| |
Orientation | Sets or gets the orientation of the barcode. Default is Pdf417SymbolOrientation.Horizontal | |
Rows |
Number of rows in the symbol. Acceptable values are in the range 3-90.
The product Rows*Columns cannot exceed 925.
| |
Truncated |
Indicates whether the Stop pattern and Right Row Indicator at the end of each row can
be omitted resulting in a smaller symbol.
|