Enables a Color Management System. Default CMS is provided by Windows.

Default: False (no color profile is applied).

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

Syntax

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

See Also