Creates new Bitmap with rendered Barcode.

Namespace: Limilabs.Windows
Assembly: Barcode (in Barcode.dll) Version: 2.0.0.20

Syntax

C#
public Bitmap Render()
Visual Basic
Public Function Render As Bitmap
Visual C++
public:
Bitmap^ Render()

Return Value

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