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



Gets or sets the IccLookupTable8 structure.

Syntax

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

Return Value

IccLookupTable8 structure that contains the tag's data.

Requirements

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

See Also