LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

ProfileId Property






Gets or sets the profile id. .NET support
Syntax
public byte[] ProfileId {get; set;}
'Declaration
 
Public Property ProfileId As Byte()
'Usage
 
Dim instance As IccHeader
Dim value() As Byte
 
instance.ProfileId = value
 
value = instance.ProfileId
public byte[] ProfileId {get; set;}
 get_ProfileId();
set_ProfileId(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccHeader Structure
IccHeader Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.