Creates new Bitmap with rendered Barcode.
Namespace: Lesnikowski.Barcode
Assembly: Barcode (in Barcode.dll)
Version: 1.0.5.40001
Syntax
| C# |
|---|
public IntPtr RenderHbitmap( float xDpi, float yDpi ) |
| Visual Basic (Declaration) |
|---|
Public Function RenderHbitmap ( _ xDpi As Single, _ yDpi As Single _ ) As IntPtr |
| Visual C++ |
|---|
public: virtual IntPtr RenderHbitmap ( float xDpi, float yDpi ) sealed |
Parameters
- xDpi
- Single
Horizontal resolution in dots per inch
- yDpi
- Single
Vertical resolution in dots per inch
Return Value
Bitmap handle (HBITMAP) with rendered Barcode.
See Also
BaseBarcode Class
Lesnikowski.Barcode Namespace