| IBaseBarcodeRender 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 byte[] Render(
ImageType imageType
)
Function Render (
imageType As ImageType
) As Byte()
array<unsigned char>^ Render(
ImageType imageType
)
abstract Render :
imageType : ImageType -> byte[]
Parameters
- imageType
- Type: Limilabs.BarcodeImageType
Format of the output image.
Return Value
Type:
ByteByte array containing barcode image in specified image format.
See Also