Declaration
property OriginalHeight: Integer;
Description
Returns the actual height of an image before it was scaled during loading.
JPEG and Raw images can be loaded at a reduced size to speed up the loading. This property allows you to access the True size of the image.
Example
// Get original image size
ww := ImageEnView1.IO.Params.OriginalWidth;
hh := ImageEnView1.IO.Params.OriginalHeight;
See Also
◼OriginalWidth
◼JPEG_Scale_Used