Gets or sets the device class of the ICC profile.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IccHeader
Dim value As IccProfileClassType
instance.DeviceClass = value
value = instance.DeviceClass
|
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also