'Declaration
Public Property ColorTable As Byte()
'Usage
Dim instance As PdfIndexedColorSpace Dim value() As Byte instance.ColorTable = value value = instance.ColorTable
public byte[] ColorTable {get; set;}
public: property array<byte>^ ColorTable { array<byte>^ get(); void set ( array<byte>^ value); }