[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.BarCodeCellType.CreateBitmap

CreateBitmap Method

CreateBitmap(object)

Creates the bitmap image of the barcode.

Declaration
public Image CreateBitmap(object value)
Public Function CreateBitmap(value As Object) As Image
Parameters
Type Name Description
object value

The new value of the barcode

Returns
Type Description
Image

CreateBitmap(int, object)

Creates the bitmap image of the barcode.

Declaration
public Image CreateBitmap(int dpi, object value)
Public Function CreateBitmap(dpi As Integer, value As Object) As Image
Parameters
Type Name Description
int dpi

Resolution in DPI (dots-per-inch)

object value

The new value of the barcode

Returns
Type Description
Image

CreateBitmap(int, int, object)

Creates the bitmap image of the barcode.

Declaration
public Image CreateBitmap(int dpiX, int dpiY, object value)
Public Function CreateBitmap(dpiX As Integer, dpiY As Integer, value As Object) As Image
Parameters
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

Returns
Type Description
Image