LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Signature Property
See Also 
Leadtools.ColorConversion Namespace > IccSignatureTagType Class : Signature Property



Gets or sets the signature.

Syntax

Visual Basic (Declaration) 
Public Property Signature As Integer
Visual Basic (Usage)Copy Code
Dim instance As IccSignatureTagType
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);
}

Property Value

A value that represents a four-byte sequence signature. For a list of possible values, refer to IccTechnologySignature.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also