ThumbHeight Property

Returns or sets the height of thumbnail boxes.

Applies To

Image Thumbnail control

Syntax

object.ThumbHeight[=value]

Data Type

Long

Remarks

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

Specify a height between 50 and 500 (pixels).

The default value of 110, used with the ThumbWidth property default value of 85, 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

ThumbWidth property

UISetThumbSize method