Example-VB |
Sets the height and width of thumbnails to be saved.
Ö | 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 |
Image Thumbnail control
object.SetSaveAsDimensions ThumbWidth,ThumbHeight
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. |
This method must be called before the SaveAs method.