C# Class NAPS2.Scan.Stub.StubScanDriver

Inheritance: IScanDriver
Afficher le fichier Open project: cyanfish/naps2

Private Properties

Свойство Type Description
MakeImage NAPS2.Scan.Images.ScannedImage

Méthodes publiques

Méthode Description
GetDeviceList ( ) : List
PromptForDevice ( ) : ScanDevice
Scan ( ) : IEnumerable
StubScanDriver ( string driverName ) : System

Private Methods

Méthode Description
MakeImage ( ) : ScannedImage

Method Details

GetDeviceList() public méthode

public GetDeviceList ( ) : List
Résultat List

PromptForDevice() public méthode

public PromptForDevice ( ) : ScanDevice
Résultat ScanDevice

Scan() public méthode

public Scan ( ) : IEnumerable
Résultat IEnumerable

StubScanDriver() public méthode

public StubScanDriver ( string driverName ) : System
driverName string
Résultat System