VintaSoft Document Cleanup .NET Plug-in: API changes in version 12.2
In This Topic
API changes in Vintasoft.Imaging.DocCleanup.dll
Removed classes:
public class Vintasoft.Imaging.ImageProcessing.Info. IsDocumentImageInvertedCommand
|
This class is obsolete, use the IsDocumentImageCommand class instead. |
Changed classes:
Vintasoft.Imaging.ImageProcessing.Document. HolePunchFillingCommand
|
Added properties
|
public float ScanAreaHeight { get ; set ; }
|
Gets or sets the scan area height, as a multiple of image height. |
public float ScanAreaWidth { get ; set ; }
|
Gets or sets the scan area width, as a multiple of image width. |
|
|
Vintasoft.Imaging.ImageProcessing.Document. HolePunchRemovalCommand
|
Added properties
|
public float ScanAreaHeight { get ; set ; }
|
Gets or sets the scan area height, as a multiple of image height. |
public float ScanAreaWidth { get ; set ; }
|
Gets or sets the scan area width as a multiple of the image width. |
|
|