'Declaration <ExtensionAttribute()> Public Shared Function ProcessImage( _
ByVal barcodeReaderBarcode reader.As BarcodeReader, _
ByVal imageImage with barcodes.As System.Windows.Media.Imaging.BitmapSource _
) As System.Windows.Media.Imaging.BitmapSource
[Extension()] public static System.Windows.Media.Imaging.BitmapSource ProcessImage(
BarcodeReader barcodeReader,
System.Windows.Media.Imaging.BitmapSource image
)
[Extension()] public: static System.Windows.Media.Imaging.BitmapSource* ProcessImage(
BarcodeReader* barcodeReader,
System.Windows.Media.Imaging.BitmapSource* image
)
[Extension()] public:
static System.Windows.Media.Imaging.BitmapSource^ ProcessImage(
BarcodeReader^ barcodeReader,
System.Windows.Media.Imaging.BitmapSource^ image
)
Parameters
- barcodeReader
- Barcode reader.
- image
- Image with barcodes.
Return Value
Processed image.