ImageEn, unit iexUserInteractions

TIERotateToolInteraction.CropAlgorithm

TIERotateToolInteraction.CropAlgorithm

Declaration

property CropAlgorithm: TIECropAlgorithm;

Description

The method of cropping when AutoCrop is enabled.

Default: iecaAngledPhoto

Example

// Automatically crop a document
ImageEnView1.RotateTool.CropAlgorithm := iecaSkewedDocument;
ImageEnView1.RotateTool.AutoCrop := True;
ImageEnView1.MouseInteractGeneral := [miRotateTool];