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




Gets or sets the device class of the ICC profile.

Syntax

Visual Basic (Declaration) 
Public Property DeviceClass As IccProfileClassType
Visual Basic (Usage)Copy Code
Dim instance As IccHeader
Dim value As IccProfileClassType
 
instance.DeviceClass = value
 
value = instance.DeviceClass
C# 
public IccProfileClassType DeviceClass {get; set;}
Managed Extensions for C++ 
public: __property IccProfileClassType get_DeviceClass();
public: __property void set_DeviceClass( 
   IccProfileClassType value
);
C++/CLI 
public:
property IccProfileClassType DeviceClass {
   IccProfileClassType get();
   void set (IccProfileClassType value);
}

Return Value

A value that indicates the device class profile of the ICC profile. For a list of possible values, refer to IccProfileClassType.
For all profile classes, other than a device link profile, the profile connection space member Pcs shall be either XyzData or LabData. When the device class is a device link profile, the value of the profile connection space shall be the appropriate color space from the list in IccColorspaceType.

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