[]
Creates the bitmap image of the barcode.
public Image CreateBitmap(object value)
Public Function CreateBitmap(value As Object) As Image
Type | Name | Description |
---|---|---|
object | value | The new value of the barcode |
Type | Description |
---|---|
Image |
Creates the bitmap image of the barcode.
public Image CreateBitmap(int dpi, object value)
Public Function CreateBitmap(dpi As Integer, value As Object) As Image
Type | Name | Description |
---|---|---|
int | dpi | Resolution in DPI (dots-per-inch) |
object | value | The new value of the barcode |
Type | Description |
---|---|
Image |
Creates the bitmap image of the barcode.
public Image CreateBitmap(int dpiX, int dpiY, object value)
Public Function CreateBitmap(dpiX As Integer, dpiY As Integer, value As Object) As Image
Type | Name | Description |
---|---|---|
int | dpiX | X-axis resolution in DPI (dots-per-inch) |
int | dpiY | Y-axis resolution in DPI (dots-per-inch) |
object | value | The new value of the barcode |
Type | Description |
---|---|
Image |