Click or drag to resize
BarcodeControlRender Method
Creates new Bitmap with rendered Barcode.

Namespace:  Limilabs.Windows
Assembly:  Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax
public Bitmap Render()

Return Value

Type: Bitmap
Bitmap with rendered Barcode.
Remarks
Uses XDpi as horizontal resolution in dots per inch, and YDpi as vertical resolution in dots per inch.
See Also