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



signature
Value that represents the tag's type signature.
Initializes a new IccTagTypeBase with explicit parameters.

Syntax

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

Parameters

signature
Value that represents the tag's type signature.

Requirements

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

See Also