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