VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / JpegDecodingSettings Class / InvertCmykColorChannels Property
Syntax Requirements SeeAlso
In This Topic
    InvertCmykColorChannels Property (JpegDecodingSettings)
    In This Topic
    Gets or sets a value indicating whether image's CMYK channels should be inverted.
    Syntax
    '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 - image's CMYK channels should be inverted; false - image's CMYK channels should not be inverted.
    Default value is true.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also