ThumbWidth Property

Returns or sets the width of the thumbnail boxes.

Applies To

Image Thumbnail control

Syntax

object.ThumbWidth[=value]

Data Type

Long

Remarks

Used with the ThumbHeight property to specify the size of the displayed thumbnail boxes.

Specify a width between 50 and 500 (pixels).

The default value of 85, used with the ThumbHeight default value of 110, produces a close representation of a standard letter sized sheet.

If the thumbnail box size is altered, new thumbnail representations must be generated for all pages of the specified image file. This is equivalent to calling the ClearThumbs method or respecifying the Image property

See Also

ThumbHeight property

UISetThumbSize method