Creates new Bitmap with rendered barcode and
returns byte array containing the image.
Namespace:
Lesnikowski.BarcodeAssembly: 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.