Example-VB |
Returns the image filename from the thumbnail definition.
Ö | 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.GetManualThumbFilename ThumbNumber
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. |
Calling SetManualMode initiates an interactive mode, enabling the programmer to identify each thumbnail in the array by using the ThumbNumber parameter.
Call this method to get the name of the image file for each thumbnail used in manual mode.
Setting the Image property returns to the standard mode of operation.