Gets or sets the CMM for the profile.
public int CmmID {get; set;}
'Declaration
Public Property CmmID As Integer
'Usage
Dim instance As IccHeader
Dim value As Integer
instance.CmmID = value
value = instance.CmmID
public int CmmID {get; set;}
get_CmmID();
set_CmmID(value);
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2