Click or drag to resize

BarcodePdfRendererRenderBarcode Method

Renders a specified barcode on the specified page of a PDF document.

Namespace:  Opait.Barcode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public void RenderBarcode(
	PdfPage page,
	Barcode barcode,
	float left,
	float bottom,
	float width,
	float height,
	int rotation = 0
)

Parameters

page
Type: Opait.Barcode.PdfPdfPage
The barcode is rendered on this PDF page.
barcode
Type: Opait.BarcodeBarcode
The encoded barcode to render.
left
Type: SystemSingle
The left coordinate of the rendered barcode in PDF units.
bottom
Type: SystemSingle
The bottom coordinate of the rendered barcode in PDF units.
width
Type: SystemSingle
The width of the rendered barcode in PDF units.
height
Type: SystemSingle
The height of the rendered barcode in PDF units.
rotation (Optional)
Type: SystemInt32
The counterclockwise rotation angle of the barcode.
See Also