C# Class NAPS2.Scan.Stub.StubScanDriver

Inheritance: IScanDriver
Show file Open project: cyanfish/naps2

Private Properties

Property Type Description
MakeImage NAPS2.Scan.Images.ScannedImage

Public Methods

Method Description
GetDeviceList ( ) : List
PromptForDevice ( ) : ScanDevice
Scan ( ) : IEnumerable
StubScanDriver ( string driverName ) : System

Private Methods

Method Description
MakeImage ( ) : ScannedImage

Method Details

GetDeviceList() public method

public GetDeviceList ( ) : List
return List

PromptForDevice() public method

public PromptForDevice ( ) : ScanDevice
return ScanDevice

Scan() public method

public Scan ( ) : IEnumerable
return IEnumerable

StubScanDriver() public method

public StubScanDriver ( string driverName ) : System
driverName string
return System