| BaseBarcodeRender Method (ImageType, Single, Single) |
Creates new Bitmap with rendered barcode and
returns byte array containing the image.
Namespace:
Limilabs.Barcode
Assembly:
Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax public byte[] Render(
ImageType imageType,
float xDpi,
float yDpi
)
Public Function Render (
imageType As ImageType,
xDpi As Single,
yDpi As Single
) As Byte()
public:
virtual array<unsigned char>^ Render(
ImageType imageType,
float xDpi,
float yDpi
) sealed
abstract Render :
imageType : ImageType *
xDpi : float32 *
yDpi : float32 -> byte[]
override Render :
imageType : ImageType *
xDpi : float32 *
yDpi : float32 -> byte[]
Parameters
- imageType
- Type: Limilabs.BarcodeImageType
Format of the output image. - xDpi
- Type: SystemSingle
Horizontal resolution in dots per inch. - yDpi
- Type: SystemSingle
Vertical resolution in dots per inch.
Return Value
Type:
ByteByte array containing barcode image in specified image format.
Implements
IBaseBarcodeRender(ImageType, Single, Single)See Also