LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 (    array<byte>^ value);
}

Property 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also