Click or drag to resize

Pdf417BarcodeWriterRender Method (Byte, Graphics, 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(
	byte[] bytes,
	Graphics g,
	Rectangle rect
)

Parameters

bytes
Type: SystemByte
Array of bytes to encode.
g
Type: System.DrawingGraphics
Graphic object where the bar code will be rendered.
rect
Type: System.DrawingRectangle
Layout rectangle in the graphic object where the bar code symbol will be centered.
See Also