Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
OutputTables Property
See Also 
Leadtools.ColorConversion Namespace > IccLookupTable8 Structure : OutputTables Property




Gets or sets the output tables.

Syntax

Visual Basic (Declaration) 
Public Property OutputTables As Byte()
Visual Basic (Usage)Copy Code
Dim instance As IccLookupTable8
Dim value() As Byte
 
instance.OutputTables = value
 
value = instance.OutputTables
C# 
public byte[] OutputTables {get; set;}
Managed Extensions for C++ 
public: __property byte[]* get_OutputTables();
public: __property void set_OutputTables( 
   byte[]* value
);
C++/CLI 
public:
property array<byte>^ OutputTables {
   array<byte>^ get();
   void set (bytearray<value>^ value);
}

Return Value

Array that contains output tables.

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