Creates new Bitmap with rendered barcode and returns byte array containg the image.

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

Syntax

C#
public byte[] Render(
	ImageType imageType
)
Visual Basic (Declaration)
Public Function Render ( _
	imageType As ImageType _
) As Byte()
Visual C++
public:
virtual array<unsigned char>^ Render (
	ImageType imageType
) sealed

Parameters

imageType
ImageType
Format of the output image.

Return Value

Byte array containg barcode image in specified image format.

See Also