Click or drag to resize

IPdfRendererRenderBarcode Method

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

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
void RenderBarcode(
	IPdfPage page,
	IEncoder barcode,
	double left,
	double bottom,
	double width,
	double height,
	int rotation = 0
)

Parameters

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