Click or drag to resize
BaseBarcodeRender Method (ImageType)
Creates new Bitmap with rendered barcode and returns byte array containing the image.

Namespace:  Limilabs.Barcode
Assembly:  Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax
public byte[] Render(
	ImageType imageType
)

Parameters

imageType
Type: Limilabs.BarcodeImageType
Format of the output image.

Return Value

Type: Byte
Byte array containing barcode image in specified image format.

Implements

IBaseBarcodeRender(ImageType)
See Also