'Declaration Public Property CompressedBitsPerPixel As Nullable(Of ImGearRationalUInt)
'Usage Dim instance As ImGearEXIFMetadata Dim value As Nullable(Of ImGearRationalUInt) instance.CompressedBitsPerPixel = value value = instance.CompressedBitsPerPixel
public Nullable<ImGearRationalUInt> CompressedBitsPerPixel {get; set;}
public: __property Nullable<ImGearRationalUInt> get_CompressedBitsPerPixel(); public: __property void set_CompressedBitsPerPixel( Nullable<ImGearRationalUInt> value );
public: property Nullable<ImGearRationalUInt> CompressedBitsPerPixel { Nullable<ImGearRationalUInt> get(); void set ( Nullable<ImGearRationalUInt> value); }