 | BarcodeBitmapRendererRenderBarcode Method |
Renders the specified barcode as a bitmap image.
Namespace:
Opait.Barcode
Assembly:
Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntaxpublic Bitmap RenderBarcode(
Barcode barcode,
int width,
int height
)
Parameters
- barcode
- Type: Opait.BarcodeBarcode
The barcode to render. - width
- Type: SystemInt32
The width of the bitmap in pixels. - height
- Type: SystemInt32
The height of the bitmap in pixels.
Return Value
Type:
BitmapA bitmap rendering of the barcode.
See Also