This property refers to the compression method for the thumbnail image.
[Visual
Basic] imagekitcontrolname.File.Exif.ThumbCompression
[ = Integer ]
[Visual C++] [
short =
]imagekitcontrolname.GetFile().GetExif().GetThumbCompression()
imagekitcontrolname.GetFile().GetExif().SetThumbCompression(short Val)
imagekitcontrolname.GetFile().GetExif().SetThumbCompression(short Val)
Reference
Value | Explanation |
---|---|
1 | Uncompressed |
6 | JPEG compression |
Explanation
The ThumbCompression property refers to the compression method for the thumbnail image.
The property value can be set or retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeMem methods.
When the thumbnail is Jpeg compression data, the return value will be 6.
Setting this value
This value can be set at runtime.
Retrieving this value
This value can be retrieved at runtime.
[Differences from the ImageKit7 ActiveX]
In the IK7 this was a read only property. It can now be set.