'Declaration <DescriptionAttribute("An array of numbers of bits per image channel stored in JPEG2000 image.")> <CategoryAttribute("JPEG2000")> Public ReadOnly Property SourceBitsPerChannels As System.Int32[]
[Description("An array of numbers of bits per image channel stored in JPEG2000 image.")] [Category("JPEG2000")] public System.Int32[] SourceBitsPerChannels { get; }
[Description("An array of numbers of bits per image channel stored in JPEG2000 image.")] [Category("JPEG2000")] public: __property System.Int32[] get_SourceBitsPerChannels();
[Description("An array of numbers of bits per image channel stored in JPEG2000 image.")] [Category("JPEG2000")] public:
property System.Int32[] SourceBitsPerChannels { System.Int32[] get(); }