NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ImageAttributes.SetOutputChannelColorProfile

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Public Sub SetOutputChannelColorProfile(String)
[C#] public void SetOutputChannelColorProfile(String);
[C++] public: void SetOutputChannelColorProfile(String*);
[JScript] public function SetOutputChannelColorProfile(String);

[To be supplied.]

[Visual Basic] Overloads Public Sub SetOutputChannelColorProfile(String, ColorAdjustType)
[C#] public void SetOutputChannelColorProfile(String, ColorAdjustType);
[C++] public: void SetOutputChannelColorProfile(String*, ColorAdjustType);
[JScript] public function SetOutputChannelColorProfile(String, ColorAdjustType);

See Also

ImageAttributes Class | ImageAttributes Members | System.Drawing.Imaging Namespace