DataMatrixBarcodeWriterRender Method (Byte, Graphics, Rectangle) |
Renders a sequence of bytes as a DataMatrix symbol.
Base256
is used.
Namespace:
Atalasoft.Barcoding.Writing
Assembly:
Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void Render(
byte[] buffer,
Graphics g,
Rectangle rect
)
Public Sub Render (
buffer As Byte(),
g As Graphics,
rect As Rectangle
)
Parameters
- buffer
- Type: SystemByte
The stream of bytes to be encoded in the DataMatrix symbol. - g
- Type: System.DrawingGraphics
The Graphics object where the symbol will be rendered. - rect
- Type: System.DrawingRectangle
The Rectangle where the DataMatrix symbol will be
centered.
Remarks The
Encoding setting is ignored when calling this method.
See Also