CheckScannerBase.StoreImageImpl(Bitmap) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The service object should override the default implementation only if the check scanner device supports the storage of images.
protected virtual void StoreImageImpl (System.Drawing.Bitmap image);
abstract member StoreImageImpl : System.Drawing.Bitmap -> unit
override this.StoreImageImpl : System.Drawing.Bitmap -> unit
Protected Overridable Sub StoreImageImpl (image As Bitmap)
Parameters
- image
- Bitmap
A bitmap.