'Declaration <DescriptionAttribute("The number of color components.")> <CategoryAttribute("JPEG2000")> Public ReadOnly Property NumberOfComponents As System.Int32
[Description("The number of color components.")] [Category("JPEG2000")] public System.Int32 NumberOfComponents { get; }
[Description("The number of color components.")] [Category("JPEG2000")] public: __property System.Int32 get_NumberOfComponents();
[Description("The number of color components.")] [Category("JPEG2000")] public:
property System.Int32 NumberOfComponents { System.Int32 get(); }