Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
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;}
Managed Extensions for C++ 
public: __property int get_Signature();
public: __property void set_Signature( 
   int value
);
C++/CLI 
public:
property int Signature {
   int get();
   void set (int value);
}

Return Value

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also