Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
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;}
Managed Extensions for C++ 
public: __property byte[]* get_ProfileId();
public: __property void set_ProfileId( 
   byte[]* value
);
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also