'Declaration <DescriptionAttribute("The source image bit depth.")> Public Overrides ReadOnly Property SourceBitsPerPixel As System.Int32
[Description("The source image bit depth.")] public override System.Int32 SourceBitsPerPixel { get; }
[Description("The source image bit depth.")] public: __property System.Int32 get_SourceBitsPerPixel(); override;
[Description("The source image bit depth.")] public:
property System.Int32 SourceBitsPerPixel { System.Int32 get() override;; }