Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Signature Property
See Also 
Leadtools.ColorConversion Namespace > IccTag Structure : Signature Property



Gets or sets the tag signature.

Syntax

Visual Basic (Declaration) 
Public Property Signature As Integer
Visual Basic (Usage)Copy Code
Dim instance As IccTag
Dim value As Integer
 
instance.Signature = value
 
value = instance.Signature
C# 
public int Signature {get; set;}
C++/CLI 
public:
property int Signature {
   int get();
   void set (int value);
}

Return 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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also