'Declaration <DescriptionAttribute("The color management decoding settings that are used in the image decoding algorithm.")> <DefaultValueAttribute(null)> Public Property ColorManagement As Vintasoft.Imaging.ColorManagement.ColorManagementDecodeSettings
[Description("The color management decoding settings that are used in the image decoding algorithm.")] [DefaultValue(null)] public Vintasoft.Imaging.ColorManagement.ColorManagementDecodeSettings ColorManagement { get; set; }
[Description("The color management decoding settings that are used in the image decoding algorithm.")] [DefaultValue(null)] public: __property Vintasoft.Imaging.ColorManagement.ColorManagementDecodeSettings* get_ColorManagement(); public: __property void set_ColorManagement(
Vintasoft.Imaging.ColorManagement.ColorManagementDecodeSettings* value
);
[Description("The color management decoding settings that are used in the image decoding algorithm.")] [DefaultValue(null)] public:
property Vintasoft.Imaging.ColorManagement.ColorManagementDecodeSettings^ ColorManagement { Vintasoft.Imaging.ColorManagement.ColorManagementDecodeSettings^ get(); void set(Vintasoft.Imaging.ColorManagement.ColorManagementDecodeSettings^ value); }