Click or drag to resize

DataMatrixBarcodeWriter.Render Method

Draws the Data Matrix barcode on a Graphics object.
Overload List
  NameDescription
Public methodRender(Byte[], IBarGraphics, Rectangle)
Renders a sequence of bytes as a DataMatrix symbol. Base256 is used.
Public methodRender(Byte[], Graphics, Rectangle)
Renders a sequence of bytes as a DataMatrix symbol. Base256 is used.
Public methodRender(String, IBarGraphics, Rectangle)
Renders a string of characters as a DataMatrix symbol. The characters are encoded according to the selected DataMatrixSymbolEncoding.
Public methodRender(String, Graphics, Rectangle)
Renders a string of characters as a DataMatrix symbol. The characters are encoded according to the selected DataMatrixSymbolEncoding.
Top
See Also