DataMatrixBarcodeWriter Properties |
The DataMatrixBarcodeWriter type exposes the following members.
Name | Description | |
---|---|---|
BackColor |
DataMatrix supports both dark-on-light and light-on-dark symbols. BackColor
defaults to white.
| |
Bounds |
After a call to Render(Byte, Graphics, Rectangle) returns the exact position of the
bidimensional bar code.
| |
Columns |
After a call to Render(Byte, Graphics, Rectangle) returns how many Columns has the resulting symbol.
| |
Encoding |
Gets and Set the Encoding scheme to use. Defaults to
Auto.
| |
ForeColor |
DataMatrix supports both dark-on-light and light-on-dark symbols. ForeColor
defaults to black.
| |
ModuleSize |
Gets or set the size of the smalles square element in the symbol.
Defaults to 20 mils.
| |
Orientation |
Gets, set the Orientation of the DataMatrix symbol. Default is DataMatrixSymbolOrientation.Horizontal
| |
Rows |
After a call to Render(Byte, Graphics, Rectangle) returns how many Rows has the resulting symbol.
| |
Size |
Gets or set the DataMatrixSymbolSize to use. Defaults to
Auto and the final size will be
the smaller possible for the supplied data.
|