Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IccProfileDescription Constructor
See Also 
Leadtools.ColorConversion Namespace > IccProfileDescription Structure : IccProfileDescription Constructor



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).
Initializes a new IccProfileDescription with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal deviceManufacturerSignature As Integer, _
   ByVal deviceModelSignature As Integer, _
   ByVal deviceAttributes() As Byte, _
   ByVal deviceTechnologyInformation As IccTechnologySignatureType, _
   ByVal deviceManufacturerDescription As IccMultiLocalizedUnicodeTagType, _
   ByVal deviceModelDescription As IccMultiLocalizedUnicodeTagType _
)
Visual Basic (Usage)Copy Code
Dim deviceManufacturerSignature As Integer
Dim deviceModelSignature As Integer
Dim deviceAttributes() As Byte
Dim deviceTechnologyInformation As IccTechnologySignatureType
Dim deviceManufacturerDescription As IccMultiLocalizedUnicodeTagType
Dim deviceModelDescription As IccMultiLocalizedUnicodeTagType
 
Dim instance As IccProfileDescription(deviceManufacturerSignature, deviceModelSignature, deviceAttributes, deviceTechnologyInformation, deviceManufacturerDescription, deviceModelDescription)

Parameters

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).

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also