←Select platform

ProfileId Property

Summary

Gets or sets the profile id.

Syntax
C#
VB
C++
public byte[] ProfileId { get; set; } 
  
Public Property ProfileId As Byte() 
public: 
property array<byte>^ ProfileId { 
   array<byte>^ get(); 
   void set (    array<byte>^ ); 
} 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly