This documentation is archived and is not being maintained.
ImageAttributes.SetOutputChannel Method
.NET Framework 1.1
Sets the CMYK output channel.
Overload List
Sets the CMYK output channel for the default category.
[Visual Basic] Overloads Public Sub SetOutputChannel(ColorChannelFlag)
[C#] public void SetOutputChannel(ColorChannelFlag);
[C++] public: void SetOutputChannel(ColorChannelFlag);
[JScript] public function SetOutputChannel(ColorChannelFlag);
ets the CMYK output channel for a specified category.
[Visual Basic] Overloads Public Sub SetOutputChannel(ColorChannelFlag, ColorAdjustType)
[C#] public void SetOutputChannel(ColorChannelFlag, ColorAdjustType);
[C++] public: void SetOutputChannel(ColorChannelFlag, ColorAdjustType);
[JScript] public function SetOutputChannel(ColorChannelFlag, ColorAdjustType);
See Also
ImageAttributes Class | ImageAttributes Members | System.Drawing.Imaging Namespace
Show: