| BaseBarcodeRender Method (Single, Single) |
Creates new Bitmap with rendered Barcode.
Namespace:
Limilabs.Barcode
Assembly:
Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax public Bitmap Render(
float xDpi,
float yDpi
)
Public Function Render (
xDpi As Single,
yDpi As Single
) As Bitmap
public:
Bitmap^ Render(
float xDpi,
float yDpi
)
member Render :
xDpi : float32 *
yDpi : float32 -> Bitmap
Parameters
- xDpi
- Type: SystemSingle
Horizontal resolution in dots per inch - yDpi
- Type: SystemSingle
Vertical resolution in dots per inch
Return Value
Type:
BitmapBitmap with rendered Barcode.
See Also