Set the raw binary content of the stream.
[C#] override void SetData(byte[] value) [Visual Basic] Overrides Sub SetData(value() As Byte)
override void SetData(byte[] value)
Overrides Sub SetData(value() As Byte)
may throw Exception()
This function overrides the StreamObject.SetData function.
If the StreamObject currently contains compressed data or if the content provided is not a valid ICC profile then an exception will be thrown.
None.