Pdf417BarcodeWriterRender Method (Byte, 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(
byte[] bytes,
IBarGraphics g,
Rectangle rect
)
Public Sub Render (
bytes As Byte(),
g As IBarGraphics,
rect As Rectangle
)
Parameters
- bytes
- Type: SystemByte
The Array of bytes to encode. - g
- Type: Atalasoft.Barcoding.WritingIBarGraphics
The concrete IBarGraphics to draw the barcode to. - rect
- Type: System.DrawingRectangle
The Layout rectangle in the graphic object where the bar code symbol will be centered.
See Also