'Declaration Public Overloads Function GetBarcodeAsBitmap( _
ByVal barcodeWriterThe barcode writer, which is used for barcode generation.As Vintasoft.Barcode.BarcodeWriter _
) As System.Windows.Media.Imaging.BitmapSource
public System.Windows.Media.Imaging.BitmapSource GetBarcodeAsBitmap(
Vintasoft.Barcode.BarcodeWriter barcodeWriter
)
public: System.Windows.Media.Imaging.BitmapSource* GetBarcodeAsBitmap(
Vintasoft.Barcode.BarcodeWriter* barcodeWriter
)
public:
System.Windows.Media.Imaging.BitmapSource^ GetBarcodeAsBitmap(
Vintasoft.Barcode.BarcodeWriter^ barcodeWriter
)
Parameters
- barcodeWriter
- The barcode writer, which is used for barcode generation.
Return Value
A barcode as an image.