ShellBrowser Delphi Components Documentation
|
Record to pass arguments for thumbnail retrieval in TJamThumbnailExtractor
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. |