Click or drag to resize

AutoDeskewCropMode Enumeration

The crop mode to use in the AutoDeskewCommand.

Namespace:  Atalasoft.Imaging.ImageProcessing.Document
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum AutoDeskewCropMode
Members
  Member nameDescription
None

Do not crop the deskewed image. The resulting image will be larger then the source image.

FullCrop Crop all of the excess rotated area. The resulting image will be smaller then the source image.
OriginalSize Crop the deskewed image to the original size.
See Also