TIOParams.TIFF_EnableAdjustOrientation
Declaration
property TIFF_EnableAdjustOrientation:boolean;
Description
When TIFF_EnableAdjustOrientation is True, ImageEn rotates loaded images as specified in the TIFF file. (default value is False).
procedure TMainForm.ImageEnMView1BeforeImageDraw(Sender: TObject; idx, Left, Top: Integer;
Canvas: TCanvas);
begin
ImageEnMView1.MIO.Params[idx].EnableAdjustOrientation := AdjustOrientation1.Checked;
end;
NOT Tested
William Miller
Email: w2m@frontiernet.net
EBook: http://www.imageen.com/ebook/
Apprehend: http://www.frontiernet.net/~w2m/index.html