GetManualThumbPage Method

Example-VB

Returns the page within the image file from the thumbnail definitions.

Available With

Ö 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

Applies To

Image Thumbnail control

Syntax

object.GetManualThumbPage(ThumbNumber)

Arguments

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.

Remarks

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 page within an image file for each thumbnail used in manual mode.

Setting the Image property returns to the standard mode of operation.