Leadtools.ColorConversion Namespace > IccLookupTable8 Structure : OutputTables Property |
public byte[] OutputTables {get; set;}
'Declaration Public Property OutputTables As Byte()
'Usage Dim instance As IccLookupTable8 Dim value() As Byte instance.OutputTables = value value = instance.OutputTables
public: property array<byte>^ OutputTables { array<byte>^ get(); void set ( array<byte>^ value); }