Hello,
I am using following code to show user Crop dialog.
ieSelectedPhoto.Proc.PreviewsParams := [prppDefaultLockPreview];
ieSelectedPhoto.Proc.DoPreviews([peCrop]);
Here I want to restrict the aspect ration to 1.5:2 (0.75).
How to lock crop ratio in the DoPreviews dialog?
TIA
Yogi Yang