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 > IccLookupTable16 Structure : InputTables Property |
public ushort[] InputTables {get; set;}
'Declaration Public Property InputTables As UShort()
'Usage Dim instance As IccLookupTable16 Dim value() As UShort instance.InputTables = value value = instance.InputTables
public: property array<ushort>^ InputTables { array<ushort>^ get(); void set ( array<ushort>^ value); }