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

Signature Property (IccTag)






Gets or sets the tag signature. .NET support
Syntax
public int Signature {get; set;}
'Declaration
 
Public Property Signature As Integer
'Usage
 
Dim instance As IccTag
Dim value As Integer
 
instance.Signature = value
 
value = instance.Signature
public int Signature {get; set;}
 get_Signature();
set_Signature(value);
public:
property int Signature {
   int get();
   void set (    int value);
}

Property Value

A value that indicates the tag signature. For a list of possible values, refer to IccSignatureType. It can contain a private tag, but it shall be registered with ICC registry. The registration authority for this data is the ICC Technical Secretary. Set the ICC web site (http://www.color.org/) for contact information.
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

IccTag Structure
IccTag Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.