'Declaration <DescriptionAttribute("The number of bits per sample of JPEG file.")> Public ReadOnly Property BitsPerSample As System.Int32
[Description("The number of bits per sample of JPEG file.")] public System.Int32 BitsPerSample { get; }
[Description("The number of bits per sample of JPEG file.")] public: __property System.Int32 get_BitsPerSample();
[Description("The number of bits per sample of JPEG file.")] public:
property System.Int32 BitsPerSample { System.Int32 get(); }