LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

DeviceClass Property






Gets or sets the device class of the ICC profile. .NET support
Syntax
public IccProfileClassType DeviceClass {get; set;}
'Declaration
 
Public Property DeviceClass As IccProfileClassType
'Usage
 
Dim instance As IccHeader
Dim value As IccProfileClassType
 
instance.DeviceClass = value
 
value = instance.DeviceClass
public IccProfileClassType DeviceClass {get; set;}
 get_DeviceClass();
set_DeviceClass(value);
public:
property IccProfileClassType DeviceClass {
   IccProfileClassType get();
   void set (    IccProfileClassType value);
}

Property 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: 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

See Also

Reference

IccHeader Structure
IccHeader Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.