[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.BarCodeCellType.CreateMetafile

CreateMetafile Method

CreateMetafile(object)

Creates the image metafile from the barcode.

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

The new value of the barcode

Returns
Type Description
Image

CreateMetafile(int, object)

Creates the image metafile from the barcode with the specified resolution (in DPI).

Declaration
public Image CreateMetafile(int dpi, object value)
Public Function CreateMetafile(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

CreateMetafile(int, int, object)

Creates the image metafile from the barcode with the specified resolution (in DPI for X and Y).

Declaration
public Image CreateMetafile(int dpiX, int dpiY, object value)
Public Function CreateMetafile(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