Example-VB |
Sets the image type of thumbnails to generated and saved by the SaveAs method.
Ö | 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.SetSaveAsThumbType ImageType
Parameter | Data Type | Description |
ImageType | Integer | Specifies image type of saved thumbnail |
0 none (BMP and TIFF) (default) | ||
1 black & white (BMP and TIFF) | ||
2 4-bit gray (TIFF) | ||
3 8-bit gray (TIFF) | ||
4 4-bit palette (Not available) | ||
5 8-bit palette (BMP and TIFF) | ||
6 24-bit RGB (BMP and TIFF) | ||
7 24-bit RGB (Not available) |
If this method is not called, the default value of 0 (zero) is used.
If ImageType=0, and annotations are being rendered, and there are annotations on the image page, then the thumbnail image type will be set to 6 (24-bit RGB).