This property refers to the compression mode used for a compressed Exif image. This is the denominator.
[Visual
Basic] imagekitcontrolname.File.Exif.CompressedBitsPerPixel1
[ = Long ]
[Visual C++] [
long =
]imagekitcontrolname.GetFile().GetExif().GetCompressedBitsPerPixel1()
imagekitcontrolname.GetFile().GetExif().SetCompressedBitsPerPixel1(long Val)
imagekitcontrolname.GetFile().GetExif().SetCompressedBitsPerPixel1(long Val)
Reference
CompressedBitsPerPixel0 is the numerator for the compression mode
CompressedBitsPerPixel1 is the denominator for the compression mode
The compression mode = CompressedBitsPerPixel0 / CompressedBitsPerPixel1 (bit/pixel units)
Explanation
The property value can be set or retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeMem methods.
This property refers to the compression mode used for a compressed Exif image.
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.