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

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

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
Type: Lesnikowski.Barcode..::.ImageType
Format of the output image.

Return Value

Byte array containing barcode image in specified image format.

Implements

IBaseBarcode..::.Render(ImageType)

See Also