ImageGear v26.3 - Updated
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
    public ImGearXMPRational CompressedBitsPerPixel {get; set;}
    public: __property ImGearXMPRational* get_CompressedBitsPerPixel();
    public: __property void set_CompressedBitsPerPixel( 
       ImGearXMPRational* value
    );
    public:
    property ImGearXMPRational^ CompressedBitsPerPixel {
       ImGearXMPRational^ get();
       void set (    ImGearXMPRational^ value);
    }

    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