←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly