Share via


CheckScannerBase.StoreImageImpl(Bitmap) Method

Definition

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.

Applies to