Click or drag to resize

DataMatrixBarcodeWriterRender Method (String, IBarGraphics, 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,
	IBarGraphics g,
	Rectangle rect
)

Parameters

text
Type: SystemString
The string of characters to be encoded in the DataMatrix symbol.
g
Type: Atalasoft.Barcoding.WritingIBarGraphics
The concrete implementation of the IBarGraphics object to draw the symbol to.
rect
Type: System.DrawingRectangle
The Rectangle where the DataMatrix symbol will be centered.
See Also