Creates new Bitmap with rendered Barcode.

Namespace: Lesnikowski.Barcode
Assembly:  Barcode (in Barcode.dll)
Version: 1.0.5.40001

Syntax

C#
public Bitmap Render(
	float xDpi,
	float yDpi
)
Visual Basic (Declaration)
Public Function Render ( _
	xDpi As Single, _
	yDpi As Single _
) As Bitmap
Visual C++
public:
Bitmap^ Render (
	float xDpi, 
	float yDpi
)

Parameters

xDpi
Single
Horizontal resolution in dots per inch
yDpi
Single
Vertical resolution in dots per inch

Return Value

Bitmap with rendered Barcode.

See Also