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