Image Property

Example-VB

Returns or sets the filename of the image file/document for which thumbnails are displayed.

Available With

Ö Imaging for Windows Professional Edition V1.0, V1.1, and V2.0
Ö Imaging for Windows 95 and 98
Ö Imaging for Windows NT 4.0

Applies To

Image Thumbnail control

Syntax

object.Image[=filename]

Data Type

String

Remarks

An empty string is a valid value that resets the control so that no thumbnails are displayed.

Specifying a new image or respecifying the current image forces the following changes:

The thumbnails of the image are displayed with the thumbnail of the first page located in the upper-left corner of the control.

SelectedThumbCount property value is reset to 0 (zero).

FirstSelectedThumb property value is reset to 0 (zero).

LastSelectedThumb property value is reset to 0 (zero).

ThumbCount property value is reset to the number of pages in the specified file.

Each element in the ThumbSelected(PageNumber) array is reset to False.