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