CheckScannerBase.ScanCheck 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.
Returns a scanned image of the check, created from the raw data in the format specified by the value of the ImageFormat property.
protected abstract System.Drawing.Bitmap ScanCheck ();
abstract member ScanCheck : unit -> System.Drawing.Bitmap
Protected MustOverride Function ScanCheck () As Bitmap