 | IBitmapRendererRenderBarcode Method |
Renders the specified barcode as a bitmap image.
Namespace:
Opait.Barcoder.Api
Assembly:
Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
SyntaxBitmap RenderBarcode(
IEncoder barcode,
int width,
int height
)
Parameters
- barcode
- Type: Opait.Barcoder.ApiIEncoder
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