LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

DeviceClass Property

Show in webframe





Gets or sets the device class of the ICC profile.
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:
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

See Also

Reference

IccHeader Structure
IccHeader Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.