Click or drag to resize

Pdf417BarcodeWriterRender Method (String, IBarGraphics, Rectangle)

Creates the PDF417 bar code.

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 characters to encode. If text consists only of digits then Numeric Encoding is used, otherwise Text Encoding is used.
g
Type: Atalasoft.Barcoding.WritingIBarGraphics
The concrete implementation of IBarGraphics which to draw the barcode to
rect
Type: System.DrawingRectangle
Layout rectangle in the graphic object where the bar code symbol will be centered.
See Also