LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

InputTables Property (IccLookupTable8)

Show in webframe





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

            

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

Property Value

Array that contains input tables.
Requirements

Target Platforms

See Also

Reference

IccLookupTable8 Structure
IccLookupTable8 Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.