'Declaration Public Overloads Function GetBarcodeAsBitmap( _
ByVal barcodeWriterThe barcode writer, which is used for barcode generation.As Vintasoft.Barcode.BarcodeWriter, _
ByVal barcodeImageWidthWidth of the barcode image.As Double, _
ByVal barcodeImageHeightHeight of the barcode image.As Double, _
ByVal unitOfMeasureUnit of measure of width and height.As Vintasoft.Barcode.UnitOfMeasure _
) As System.Drawing.Bitmap
public System.Drawing.Bitmap GetBarcodeAsBitmap(
Vintasoft.Barcode.BarcodeWriter barcodeWriter,
double barcodeImageWidth,
double barcodeImageHeight,
Vintasoft.Barcode.UnitOfMeasure unitOfMeasure
)
public: System.Drawing.Bitmap* GetBarcodeAsBitmap(
Vintasoft.Barcode.BarcodeWriter* barcodeWriter,
double barcodeImageWidth,
double barcodeImageHeight,
Vintasoft.Barcode.UnitOfMeasure unitOfMeasure
)
Parameters
- barcodeWriter
- The barcode writer, which is used for barcode generation.
- barcodeImageWidth
- Width of the barcode image.
- barcodeImageHeight
- Height of the barcode image.
- unitOfMeasure
- Unit of measure of width and height.
Return Value
A barcode as an image.