Click or drag to resize

BarcodeWriterRender Method (String, IBarGraphics, Rectangle)

Renders the barcode in the supplied layout rectangle.

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 graphics,
	Rectangle rect
)

Parameters

text
Type: SystemString
The text to encode.
graphics
Type: Atalasoft.Barcoding.WritingIBarGraphics
The concrete IBarGraphics to use to render the barcode.
rect
Type: System.DrawingRectangle
The rectangle to draw the barcode inside.
See Also