ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / CompressedBitsPerPixel Property




In This Topic
CompressedBitsPerPixel Property (ImGearEXIFXMPMetadata)
In This Topic
Gets or sets CompressedBitsPerPixel property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property CompressedBitsPerPixel As ImGearXMPRational
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPRational
 
instance.CompressedBitsPerPixel = value
 
value = instance.CompressedBitsPerPixel

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property represents EXIF tag 37122 (0x9102) and specifies compression mode used for a compressed image is indicated in unit bits per pixel.
See Also