Specifies crop algorithm
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public enum CropAlgorithm
Public Enumeration CropAlgorithm
public enum class CropAlgorithm
Members
| Member | Value | Description |
|---|---|---|
| SkewedDocument | 0 |
Works best with documents requiring rotation due to scanning skew (not lined up correctly when scanning) or a previous rotation
|
| AngledPhoto | 1 |
Works best with photos requiring rotation due camera skew (the camera is not quite horizontal)
|