Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IccSignatureTagType Constructor(Int32)
See Also 
Leadtools.ColorConversion Namespace > IccSignatureTagType Class > IccSignatureTagType Constructor : IccSignatureTagType Constructor(Int32)



signature
A value that represents a four-byte sequence signature. For a list of possible values, refer to IccTechnologySignature.
Initializes a new IccSignatureTagType with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal signature As Integer _
)
Visual Basic (Usage)Copy Code
Dim signature As Integer
 
Dim instance As IccSignatureTagType(signature)
C# 
public IccSignatureTagType( 
   int signature
)
C++/CLI 
public:
IccSignatureTagType( 
   int signature
)

Parameters

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

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also