'Declaration Public Overloads Function GetBarcodeAsBitmap( _
ByVal barcodeWriterГенератор штрих-кодов, который используется для генерации штрих-кода.As Vintasoft.Barcode.BarcodeWriter, _
ByVal barcodeImageWidthШирина изображения штрих-кода.As Double, _
ByVal barcodeImageHeightВысота изображения штрих-кода.As Double, _
ByVal unitOfMeasureЕдиница измерения ширины и высоты.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
- Генератор штрих-кодов, который используется для генерации штрих-кода.
- barcodeImageWidth
- Ширина изображения штрих-кода.
- barcodeImageHeight
- Высота изображения штрих-кода.
- unitOfMeasure
- Единица измерения ширины и высоты.
Return Value
Штрих-код в виде изображения.