ImageEn, unit ieopensavedlg

TOpenImageEnDialog.GetExifThumbnail

TOpenImageEnDialog.GetExifThumbnail

Declaration

property GetExifThumbnail: Boolean;

Description

If enabled, preview is speeded up by loading the thumbnail for JPEG, IEN and Raw files.

Default: False

Example

// Use EXIF thumbnails for faster display
OpenImageEnDialog1.GetExifThumbnail := True;

See Also

JPEG_GetExifThumbnail
RAW_GetExifThumbnail
IEN_GetThumbnail