SetSaveAsDimensions Method

Example-VB

Sets the height and width of thumbnails to be saved.

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.SetSaveAsDimensions ThumbWidth,ThumbHeight

Arguments

Parameter Data Type Description

ThumbWidth Long Specifies the width of the thumbnail, in pixels. Values must be in the range of 50 - 500, inclusive. A value of 0 (zero) indicates the current thumbnail width will be used.
ThumbHeight Long Specifies the height of the thumbnail, in pixels. Values must be in the range of 50 - 500, inclusive. A value of 0 (zero) indicates the current thumbnail height will be used.

Remarks

This method must be called before the SaveAs method.