'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);
}