Gets or sets the device class of the ICC profile.
public IccProfileClassType DeviceClass { get; set; }
Public Property DeviceClass As Leadtools.Colorconversion.IccProfileClassType
public:
property Leadtools.Colorconversion.IccProfileClassType DeviceClass {
Leadtools.Colorconversion.IccProfileClassType get();
void set ( Leadtools.Colorconversion.IccProfileClassType );
}
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET