Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CmmID Property
See Also 
Leadtools.ColorConversion Namespace > IccHeader Structure : CmmID Property



Gets or sets the CMM for the profile.

Syntax

Visual Basic (Declaration) 
Public Property CmmID As Integer
Visual Basic (Usage)Copy Code
Dim instance As IccHeader
Dim value As Integer
 
instance.CmmID = value
 
value = instance.CmmID
C# 
public int CmmID {get; set;}
C++/CLI 
public:
property int CmmID {
   int get();
   void set (int value);
}

Return Value

A value that indicates the Color Management Module for the profile.
The CmmID value shall match a CMM type signature registered in the ICC registry. If no preferred CMM is identified, this memeber shall be set to zero (00000000h). The registration authority for this data is the ICC Technical Secretary. See the ICC web site (http://www.color.org/) for contact information.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also