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

Show in webframe

OutputTables Property (IccLookupTable16)






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

            

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

Property Value

Array that contains output tables.
Requirements

Target Platforms

See Also

Reference

IccLookupTable16 Structure
IccLookupTable16 Members

Error processing SSI file