EPSON OPOS ADK for .NET Sample Program

Device:   Check Scanner


Step 1 Normal operation: Read data.(C# Sample, VB.NET Sample)

Read a check data.
New Method Open, Claim, Release, Close, ClearInput, BeginInsertion,EndInsertion,BeginRemoval,EndRemoval, RetrieveImage
New Property BinaryConversion,CapPowerReporting, PowerNotify, DeviceEnabled, DataEventEnabled, ImageData, ImageFormat

Step 2 Adding "Store Image" function.(C# Sample, VB.NET Sample)

Adding "Store Image" function.
New Method ClearImage, StoreImage
New Property FileID, ImageTagData, RemainingImagesEstimate

Step 3 Read data stored in the file.(C# Sample, VB.NET Sample)

Read data stored in the file.
New Method
New Property

Step 4 Specify reading area and cropping area.(C# Sample, VB.NET Sample)

A reading area and cropping area are specified, and data are read.
New Method DefineCropArea
New Property

Step 5 Adding a function attached data with MICR data.(C# Sample, VB.NET Sample)

When using the MICR, attached data of MICR.
This Step cannot be used if Micr and CheckScanner aren't registered.
New Method DirectIO, RetrieveMemory
New Property

Step 6 Changing reading mode.(C# Sample, VB.NET Sample)

Adding the operation of changing reading mode to Step5.
This Step cannot be used if Micr and CheckScanner aren't registered.
New Method DirectIO
New Property

Step 7 Obtains the statistics of the device.(C# Sample, VB.NET Sample)

Obtains the statistics of the device.
This Step cannot be used if Micr and CheckScanner aren't registered.
New Method RetrieveStatistics
New Property CapStatisticsReporting