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;} |
Managed Extensions for C++ | |
---|
public: __property int get_CmmID();
public: __property void set_CmmID(
int value
); |
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also