C# Class NAPS2.Scan.ScanPerformer

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

Méthodes publiques

Méthode Description
PerformScan ( ScanProfile scanProfile, ScanParams scanParams, IWin32Window dialogParent, ISaveNotify notify, Action imageCallback ) : void
ScanPerformer ( IScanDriverFactory driverFactory, IErrorOutput errorOutput, IAutoSave autoSave, AppConfigManager appConfigManager, IProfileManager profileManager ) : System

Method Details

PerformScan() public méthode

public PerformScan ( ScanProfile scanProfile, ScanParams scanParams, IWin32Window dialogParent, ISaveNotify notify, Action imageCallback ) : void
scanProfile ScanProfile
scanParams ScanParams
dialogParent IWin32Window
notify ISaveNotify
imageCallback Action
Résultat void

ScanPerformer() public méthode

public ScanPerformer ( IScanDriverFactory driverFactory, IErrorOutput errorOutput, IAutoSave autoSave, AppConfigManager appConfigManager, IProfileManager profileManager ) : System
driverFactory IScanDriverFactory
errorOutput IErrorOutput
autoSave IAutoSave
appConfigManager AppConfigManager
profileManager IProfileManager
Résultat System