Method | Description | |
---|---|---|
Dispose ( ) : void | ||
ResizeBitmap ( int size ) : System.Windows.Media.Imaging.BitmapSource | ||
RotateImage ( int rotate ) : |
||
SaveImageJPG ( string path, int quality ) : void | ||
ScannedImagesModel ( string path ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
GetBitmapImage ( ) : System.Windows.Media.Imaging.BitmapSource | ||
SaveImage ( System.Windows.Media.Imaging.BitmapSource image, string path ) : void | ||
ScannedImagesModel ( string path, bool landscape ) : System |
public ResizeBitmap ( int size ) : System.Windows.Media.Imaging.BitmapSource | ||
size | int | |
return | System.Windows.Media.Imaging.BitmapSource |
public RotateImage ( int rotate ) : |
||
rotate | int | |
return |
public SaveImageJPG ( string path, int quality ) : void | ||
path | string | |
quality | int | |
return | void |
public ScannedImagesModel ( string path ) : System | ||
path | string | |
return | System |