Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.11.2
|
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); }