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