ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TShellBrowser.SaveThumbnailToJPEG
Syntax
Pascal
procedure SaveThumbnailToJPEG(const SourceFilename: string; const ThumbnailFilename: string; Width: Longint = 100; Height: LongInt = 100; Quality: LongInt = 80); deprecated;
Parameters 
Description 
const SourceFilename: string 
The source file name.  
const ThumbnailFilename: string 
The destination file name.  
Width: Longint = 100 
The width of the saved thumbnail.  
Height: LongInt = 100 
The height of the saved thumbnail.  
Quality: LongInt = 80 
The higher the Quality value (up to a maximum of 100), the better the image quality, but the larger the file size.  
Exceptions 
Description 
If the given file cannot be found.