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



Gets or sets the profile id.

Syntax

Visual Basic (Declaration) 
Public Property ProfileId As Byte()
Visual Basic (Usage)Copy Code
Dim instance As IccHeader
Dim value() As Byte
 
instance.ProfileId = value
 
value = instance.ProfileId
C# 
public byte[] ProfileId {get; set;}
C++/CLI 
public:
property array<byte>^ ProfileId {
   array<byte>^ get();
   void set (bytearray<value>^ value);
}

Return Value

An array that contains a value that indicates a checksum value for the ICC profile.
The ProfileId value is generated using the MD5 fingerprinting method as defined in the Internet RFC 1321. If it has not been calculated, the value of the ProfileId shall be set to zero (00000000h).

Requirements

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

See Also