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

ProfileSignature Property






Gets or sets the profile signature. .NET support
Syntax
public int ProfileSignature {get; set;}
'Declaration
 
Public Property ProfileSignature As Integer
'Usage
 
Dim instance As IccHeader
Dim value As Integer
 
instance.ProfileSignature = value
 
value = instance.ProfileSignature
public int ProfileSignature {get; set;}
 get_ProfileSignature();
set_ProfileSignature(value);
public:
property int ProfileSignature {
   int get();
   void set (    int value);
}

Property Value

A value that indicates the profile signature.The ProfileSignature contains the fixed value of 0x61637379h.
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.