'Declaration Public Overloads Function GetBarcodeAsBitmap( _
ByVal barcodeStructureAn object that contains information about barcode.As Vintasoft.Barcode.BarcodeStructure.BarcodeStructureBase, _
ByVal barcodeXThe barcode X-coordinate, in pixels, on image.As Single, _
ByVal barcodeYThe barcode Y-coordinate, in pixels, on image.As Single, _
ByVal barcodeWidthThe barcode width, in pixels.As Single, _
ByVal barcodeHeightThe barcode height, in pixels.As Single, _
ByVal imageWidthThe width of generated image.As Integer, _
ByVal imageHeightThe height of generated image.As Integer, _
ByVal pixelFormatPixel format of generated image.As Vintasoft.Barcode.BarcodeImagePixelFormat, _
ByVal imageResolutionThe resolution of generated image.As Single _
) As System.Windows.Media.Imaging.BitmapSource
public System.Windows.Media.Imaging.BitmapSource GetBarcodeAsBitmap(
Vintasoft.Barcode.BarcodeStructure.BarcodeStructureBase barcodeStructure,
float barcodeX,
float barcodeY,
float barcodeWidth,
float barcodeHeight,
int imageWidth,
int imageHeight,
Vintasoft.Barcode.BarcodeImagePixelFormat pixelFormat,
float imageResolution
)
public: System.Windows.Media.Imaging.BitmapSource* GetBarcodeAsBitmap(
Vintasoft.Barcode.BarcodeStructure.BarcodeStructureBase* barcodeStructure,
float barcodeX,
float barcodeY,
float barcodeWidth,
float barcodeHeight,
int imageWidth,
int imageHeight,
Vintasoft.Barcode.BarcodeImagePixelFormat pixelFormat,
float imageResolution
)
public:
System.Windows.Media.Imaging.BitmapSource^ GetBarcodeAsBitmap(
Vintasoft.Barcode.BarcodeStructure.BarcodeStructureBase^ barcodeStructure,
float barcodeX,
float barcodeY,
float barcodeWidth,
float barcodeHeight,
int imageWidth,
int imageHeight,
Vintasoft.Barcode.BarcodeImagePixelFormat pixelFormat,
float imageResolution
)
Parameters
- barcodeStructure
- An object that contains information about barcode.
- barcodeX
- The barcode X-coordinate, in pixels, on image.
- barcodeY
- The barcode Y-coordinate, in pixels, on image.
- barcodeWidth
- The barcode width, in pixels.
- barcodeHeight
- The barcode height, in pixels.
- imageWidth
- The width of generated image.
- imageHeight
- The height of generated image.
- pixelFormat
- Pixel format of generated image.
- imageResolution
- The resolution of generated image.
Return Value
System.Windows.Media.Imaging.BitmapSource that contains rendered barcode.