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 : OutputTables Property |
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); }