ImageEn, unit iexBitmaps

TIOParams.IEN_GetThumbnail

TIOParams.IEN_GetThumbnail


Declaration

property IEN_GetThumbnail: Boolean;


Description

Specifies that the thumbnail for an IEN image will be loaded instead of the full image.
Thumbnails are saved for IEN images when ThumbnailSize is specified.
If enabled and the file does not contain a thumbnail, the full image is automatically loaded instead.

Note: IEN_GetThumbnail is also set by GetThumbnail

Default: False


Example

// Load only the thumbnail
ImageEnView1.IO.Params.IEN_GetThumbnail := True;
ImageEnView1.IO.LoadFromFile('C:\input.ien');


See Also

 GetThumbnail
 OptimizeLoadingParams