CreateThumbnailFromFile method (Thumbnail Browser Control)
Builder Syntax |
int fastcall CreateThumbnailFromFile (char * pszFilename, int nPage); |
Delphi Syntax |
Function CreateThumbnailFromFile (pszFilename: PChar; nPage: Integer): Integer |
Overview |
Refer to Thumbnail Browser. |
Remarks
Generates a thumbnail from the specified image file.
The generated thumbnail can be processed in the ThumbnailEvent event.
See Also