C# 클래스 NAPS2.Scan.Images.ScannedImage

상속: IScannedImage
파일 보기 프로젝트 열기: cyanfish/naps2 1 사용 예제들

공개 메소드들

메소드 설명
AddTransform ( NAPS2.Scan.Images.Transforms.Transform transform ) : void
Dispose ( ) : void
GetImage ( ) : Bitmap
GetImageStream ( ) : Stream
GetThumbnail ( ThumbnailRenderer thumbnailRenderer ) : Bitmap
GetThumbnailState ( ) : object
MovedTo ( int index ) : void
ResetTransforms ( ) : void
ScannedImage ( Bitmap img, ScanBitDepth bitDepth, bool highQuality, int quality ) : System
ScannedImage ( RecoveryIndexImage recoveryIndexImage ) : System
SetThumbnail ( Bitmap bitmap ) : void

메소드 상세

AddTransform() 공개 메소드

public AddTransform ( NAPS2.Scan.Images.Transforms.Transform transform ) : void
transform NAPS2.Scan.Images.Transforms.Transform
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetImage() 공개 메소드

public GetImage ( ) : Bitmap
리턴 System.Drawing.Bitmap

GetImageStream() 공개 메소드

public GetImageStream ( ) : Stream
리턴 Stream

GetThumbnail() 공개 메소드

public GetThumbnail ( ThumbnailRenderer thumbnailRenderer ) : Bitmap
thumbnailRenderer ThumbnailRenderer
리턴 System.Drawing.Bitmap

GetThumbnailState() 공개 메소드

public GetThumbnailState ( ) : object
리턴 object

MovedTo() 공개 메소드

public MovedTo ( int index ) : void
index int
리턴 void

ResetTransforms() 공개 메소드

public ResetTransforms ( ) : void
리턴 void

ScannedImage() 공개 메소드

public ScannedImage ( Bitmap img, ScanBitDepth bitDepth, bool highQuality, int quality ) : System
img System.Drawing.Bitmap
bitDepth ScanBitDepth
highQuality bool
quality int
리턴 System

ScannedImage() 공개 메소드

public ScannedImage ( RecoveryIndexImage recoveryIndexImage ) : System
recoveryIndexImage RecoveryIndexImage
리턴 System

SetThumbnail() 공개 메소드

public SetThumbnail ( Bitmap bitmap ) : void
bitmap System.Drawing.Bitmap
리턴 void