Visual Basic
C#
Managed Extensions for C++
C++/CLI
Property Value
An integer value which represents the size of the thumbnail image.The integer values have the following meaning.
| Value | Thumbnail size |
|---|---|
| 0 | No thumbnail |
| 1 | 1/4 image size |
| 2 | 1/8 image size |
| 3 | 1/16 image size |
| 5 or greater | Actual size in pixels* |
*Note: This size must be smaller than or equal to the largest dimension of the image or an exception will be thrown.