'Declaration <DescriptionAttribute("The bit depth of image returned by decoder.")> Public Overridable ReadOnly Property BitsPerPixel As System.Int32
[Description("The bit depth of image returned by decoder.")] public virtual System.Int32 BitsPerPixel { get; }
[Description("The bit depth of image returned by decoder.")] public: __property virtual System.Int32 get_BitsPerPixel();
[Description("The bit depth of image returned by decoder.")] public:
virtual property System.Int32 BitsPerPixel { System.Int32 get(); }