Initializes a new IccProfileDescription with explicit parameters.
public IccProfileDescription(
int deviceManufacturerSignature,
int deviceModelSignature,
byte[] deviceAttributes,
IccTechnologySignatureType deviceTechnologyInformation,
IccMultiLocalizedUnicodeTagType deviceManufacturerDescription,
IccMultiLocalizedUnicodeTagType deviceModelDescription
)
Public Function New( _
ByVal deviceManufacturerSignature As Integer, _
ByVal deviceModelSignature As Integer, _
ByVal deviceAttributes() As Byte, _
ByVal deviceTechnologyInformation As Leadtools.Colorconversion.IccTechnologySignatureType, _
ByVal deviceManufacturerDescription As Leadtools.Colorconversion.IccMultiLocalizedUnicodeTagType, _
ByVal deviceModelDescription As Leadtools.Colorconversion.IccMultiLocalizedUnicodeTagType _
)
public:
IccProfileDescription(
int deviceManufacturerSignature,
int deviceModelSignature,
array<byte>^ deviceAttributes,
Leadtools.Colorconversion.IccTechnologySignatureType deviceTechnologyInformation,
Leadtools.Colorconversion.IccMultiLocalizedUnicodeTagType^ deviceManufacturerDescription,
Leadtools.Colorconversion.IccMultiLocalizedUnicodeTagType^ deviceModelDescription
)
deviceManufacturerSignature
A value that indicates the device manufacturer signature (from corresponding profile's header).
deviceModelSignature
A value that indicates the device model signature (from corresponding profile's header).
deviceAttributes
A value that indicates the attributes (from corresponding profile's header).
deviceTechnologyInformation
A value that indicates the device technology information such as CRT, Dye Sublimation, etc. (corresponding to profile's technology signature). For a list of possible values refer to IccTechnologySignatureType.
deviceManufacturerDescription
An IccMultiLocalizedUnicodeTagType class that contains displayable description of device manufacturer (profile's deviceMfgDescTag).
deviceModelDescription
An IccMultiLocalizedUnicodeTagType class that contains displayable description of the device model (profile's deviceModelDescTag).
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