LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

ProfileSignature Property

Show in webframe





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

See Also

Reference

IccHeader Structure
IccHeader Members

 

 


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