C# Class NAPS2.Scan.Wia.WiaScanDriver

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

Méthodes publiques

Méthode Description
WiaScanDriver ( BackgroundWiaTransfer backgroundWiaTransfer, ForegroundWiaTransfer foregroundWiaTransfer, NAPS2.Util.ThreadFactory threadFactory, IBlankDetector blankDetector, ThumbnailRenderer thumbnailRenderer ) : System

Méthodes protégées

Méthode Description
GetDeviceListInternal ( ) : List
PromptForDeviceInternal ( ) : ScanDevice
ScanInternal ( ) : IEnumerable

Private Methods

Méthode Description
TransferImage ( WiaBackgroundEventLoop eventLoop, int pageNumber, bool &cancel ) : ScannedImage

Method Details

GetDeviceListInternal() protected méthode

protected GetDeviceListInternal ( ) : List
Résultat List

PromptForDeviceInternal() protected méthode

protected PromptForDeviceInternal ( ) : ScanDevice
Résultat ScanDevice

ScanInternal() protected méthode

protected ScanInternal ( ) : IEnumerable
Résultat IEnumerable

WiaScanDriver() public méthode

public WiaScanDriver ( BackgroundWiaTransfer backgroundWiaTransfer, ForegroundWiaTransfer foregroundWiaTransfer, NAPS2.Util.ThreadFactory threadFactory, IBlankDetector blankDetector, ThumbnailRenderer thumbnailRenderer ) : System
backgroundWiaTransfer BackgroundWiaTransfer
foregroundWiaTransfer ForegroundWiaTransfer
threadFactory NAPS2.Util.ThreadFactory
blankDetector IBlankDetector
thumbnailRenderer NAPS2.Scan.Images.ThumbnailRenderer
Résultat System