LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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);
}

Property 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 member 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also