DataMatrixBarcodeWriterRender Method (Byte, IBarGraphics, 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)
Syntaxpublic void Render(
byte[] buffer,
IBarGraphics g,
Rectangle rect
)
Public Sub Render (
buffer As Byte(),
g As IBarGraphics,
rect As Rectangle
)
Parameters
- buffer
- Type: SystemByte
The stream of bytes to be encoded in the DataMatrix symbol. - g
- Type: Atalasoft.Barcoding.WritingIBarGraphics
A graphics object that can be overloaded to accept custom data output. - rect
- Type: System.DrawingRectangle
The target rectangle where the symbol will be drawn.
See Also