Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

OutputTables Property (IccLookupTable8)






Gets or sets the output tables.
Syntax
public byte[] OutputTables {get; set;}
'Declaration
 
Public Property OutputTables As Byte()
'Usage
 
Dim instance As IccLookupTable8
Dim value() As Byte
 
instance.OutputTables = value
 
value = instance.OutputTables

            

            
public:
property array<byte>^ OutputTables {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

Array that contains output tables.
Requirements

Target Platforms

See Also

Reference

IccLookupTable8 Structure
IccLookupTable8 Members

Error processing SSI file