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