'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether image's CMYK channels should be inverted.")> Public Property InvertCmykColorChannels As Boolean
[DefaultValue(True)] [Description("A value indicating whether image's CMYK channels should be inverted.")] public bool InvertCmykColorChannels { get; set; }
[DefaultValue(True)] [Description("A value indicating whether image's CMYK channels should be inverted.")] public: __property bool get_InvertCmykColorChannels(); public: __property void set_InvertCmykColorChannels(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether image's CMYK channels should be inverted.")] public:
property bool InvertCmykColorChannels { bool get(); void set(bool value); }
Property Value
true - каналы CMYK изображения должны быть инвертированы; false - каналы CMYK изображения не должны инвертироваться.
Значение по умолчанию - true.
Значение по умолчанию - true.