ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Thumbnail.TThumbnailOptions

Record to pass arguments for thumbnail retrieval in TJamThumbnailExtractor

Syntax
Pascal
TThumbnailOptions = record
  Size: TSize;
  IconInstead: boolean;
  CachedOnly: boolean;
  BackgroundColor: TColor;
end;
Members 
Description 
Size: TSize; 
The required size of the thumbnail. 
IconInstead: boolean; 
Whether to retrieve a file icon if no unique thumbnail is available. 
CachedOnly: boolean; 
Whether to only retrieve thumbnails that had already been cached. 
BackgroundColor: TColor; 
The background color of the thumbnail.