Example-VB |
Sets an interactive mode in which the programmer adds thumbnails to an array using the ThumbNumber parameter.
Ö | Imaging for Windows Professional Edition V2.0 |
Imaging for Windows Professional Edition V1.0 and V1.1 | |
Imaging for Windows 95 and 98 | |
Imaging for Windows NT 4.0 |
Image Thumbnail control
object.SetManualThumb ThumbNumber,FileName,Page
Parameter | Data Type | Description |
ThumbNumber | Long | Used to specify the index in an array of thumbnails. Each thumbnail defined is associated with a filename. The value must be less than or equal to the ThumbCount parameter passed in a call to the SetManualMode method. |
FileName | String | Specifies the name of an image file from which the specified thumbnail will be generated |
Page | Long | Specifies which page in the image file (specified in FileName) will be used to generate the thumbnail |
Call this method to initialize each thumbnail to be used in the manual mode of the control.
This method does not verify the existence of a file, or of the pages within a file. The method is validated once the thumbnail is actually displayed or saved.
Set the Image property to return to the standard mode of operation.