ImageEn, unit iexUserInteractions |
|
TIERotateToolInteraction.CropAlgorithm
Declaration
property CropAlgorithm: TIECropAlgorithm;
Description
The method of cropping when
AutoCrop is enabled.
Default: iecaAngledPhoto
// Automatically crop a document
ImageEnView1.RotateTool.CropAlgorithm := iecaSkewedDocument;
ImageEnView1.RotateTool.AutoCrop := True;
ImageEnView1.MouseInteractGeneral := [miRotateTool];