'Declaration <DescriptionAttribute("The output channels format.")> Public Property OutputChannelsFormat As Vintasoft.Imaging.BitmapChannelsFormat
[Description("The output channels format.")] public Vintasoft.Imaging.BitmapChannelsFormat OutputChannelsFormat { get; set; }
[Description("The output channels format.")] public: __property Vintasoft.Imaging.BitmapChannelsFormat* get_OutputChannelsFormat(); public: __property void set_OutputChannelsFormat(
Vintasoft.Imaging.BitmapChannelsFormat* value
);
[Description("The output channels format.")] public:
property Vintasoft.Imaging.BitmapChannelsFormat^ OutputChannelsFormat { Vintasoft.Imaging.BitmapChannelsFormat^ get(); void set(Vintasoft.Imaging.BitmapChannelsFormat^ value); }
Property Value
null - исходный формат входных каналов изображения сохраняется;
not null - каналы изображения преобразуются в указанный формат.
По умолчанию. значение - null.
not null - каналы изображения преобразуются в указанный формат.
По умолчанию. значение - null.