C# 클래스 rbscan.Providers.WIAScanner

파일 보기 프로젝트 열기: rbobot/rbscan

공개 메소드들

메소드 설명
GetDevices ( ) : string>.IDictionary

Gets the list of available WIA devices.

Scan ( string scannerId, int dpi, int color, int brightness, int contrast ) : List

Use scanner to scan an image (scanner is selected by its unique id).

비공개 메소드들

메소드 설명
ConnectDevice ( string scannerId ) : WIA.Device
GetDeviceProperty ( WIA device, string propertyId ) : int

메소드 상세

GetDevices() 공개 정적인 메소드

Gets the list of available WIA devices.
public static GetDevices ( ) : string>.IDictionary
리턴 string>.IDictionary

Scan() 공개 정적인 메소드

Use scanner to scan an image (scanner is selected by its unique id).
public static Scan ( string scannerId, int dpi, int color, int brightness, int contrast ) : List
scannerId string
dpi int
color int
brightness int
contrast int
리턴 List