'Declaration Public Overloads Function GetBarcodeAsVintasoftBitmap( _
ByVal widthThe image width, in units.As Double, _
ByVal heightThe image height, in units.As Double, _
ByVal unitOfMeasureThe unit of measure.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
- The image width, in units.
- height
- The image height, in units.
- unitOfMeasure
- The unit of measure.
Return Value
A barcode as an image (Bitmap object).