LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

ProfileId Property

Show in webframe





Gets or sets the profile id.
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:
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

See Also

Reference

IccHeader Structure
IccHeader Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.