Click or drag to resize

DataMatrixBarcodeWriter Properties

The DataMatrixBarcodeWriter type exposes the following members.

Properties
  NameDescription
Public propertyBackColor
DataMatrix supports both dark-on-light and light-on-dark symbols. BackColor defaults to white.
Public propertyCode exampleBounds
Public propertyColumns
Public propertyEncoding
Gets and Set the Encoding scheme to use. Defaults to Auto.
Public propertyForeColor
DataMatrix supports both dark-on-light and light-on-dark symbols. ForeColor defaults to black.
Public propertyModuleSize
Gets or set the size of the smalles square element in the symbol. Defaults to 20 mils.
Public propertyOrientation
Gets, set the Orientation of the DataMatrix symbol. Default is DataMatrixSymbolOrientation.Horizontal
Public propertyRows
Public propertySize
Gets or set the DataMatrixSymbolSize to use. Defaults to Auto and the final size will be the smaller possible for the supplied data.
Top
See Also