When true IEvolution uses an internal ICC profile to convert from CMYK to RGB and viceversa.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool UseCMYKProfile { get; set; }
Public Shared Property UseCMYKProfile As Boolean
	Get
	Set
public:
static property bool UseCMYKProfile {
	bool get ();
	void set (bool value);
}

See Also