Declaration
property MinHeight: Integer;
Description
Specify the minimum height of images that are saved to the cache. Any images smaller than
MinWidth x
MinHeight will be excluded.
Note: Changing this value does not affect existing items in your cache. You may want to clear the content using
CleanUp.
Default: 800
// Only cache images larger than 2000 x 2000 and JPEG files
ImageEnMView1.DiskCache.MinWidth := 2000;
ImageEnMView1.DiskCache.MinHeight := 2000;