'Declaration Public Overloads Function GetBarcodeAsVintasoftBitmap( _
ByVal widthШирина изображения в единицах.As Double, _
ByVal heightВысота изображения, в единицах.As Double, _
ByVal unitOfMeasureЕдиница измерения.As UnitOfMeasure _
) As Vintasoft.Imaging.VintasoftBitmap
public Vintasoft.Imaging.VintasoftBitmap GetBarcodeAsVintasoftBitmap(
double width,
double height,
UnitOfMeasure unitOfMeasure
)
public: Vintasoft.Imaging.VintasoftBitmap* GetBarcodeAsVintasoftBitmap(
double width,
double height,
UnitOfMeasure unitOfMeasure
)
public:
Vintasoft.Imaging.VintasoftBitmap^ GetBarcodeAsVintasoftBitmap(
double width,
double height,
UnitOfMeasure unitOfMeasure
)
Parameters
- width
- Ширина изображения в единицах.
- height
- Высота изображения, в единицах.
- unitOfMeasure
- Единица измерения.
Return Value
Штрих-код в виде изображения (растровый объект).