ImageEn, unit iemview

TImageEnMView.EnableLoadExplorerThumbnails

TImageEnMView.EnableLoadExplorerThumbnails

Declaration

property EnableLoadExplorerThumbnails : Boolean;

Description

Rather than generating thumbnails, they will be obtained from Windows Explorer. This is significantly quicker, and also thumbnails will be cached to disk for fast reuse.

Default: False

Note:
Has no effect if StoreType is ietNormal
Image meta-data will not be valid if EnableLoadExplorerThumbnails is used unless ieixWantParams is enabled

Example

// Use Windows Explorer thumbnails
ImageEnMView1.EnableLoadExplorerThumbnails := True;

See Also

EnableLoadEXIFThumbnails
WicFastLoading