Leadtools.ColorConversion Namespace > IccLookupTable8 Structure : InputTables Property |
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); }