DataMatrixBarcodeWriterRender Method (String, Graphics, Rectangle) |
Renders a string of characters as a DataMatrix symbol. The characters are
encoded according to the selected
DataMatrixSymbolEncoding.
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(
string text,
Graphics g,
Rectangle rect
)
Public Sub Render (
text As String,
g As Graphics,
rect As Rectangle
)
Parameters
- text
- Type: SystemString
The string of characters 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.
See Also