IccProfile SetData Function. Set the raw binary content of the stream. ABCpdf .NET PDF Library. From ABCpdf .net previous page next page SetData Function Set the raw binary content of the stream. Syntax [C#]override void SetData(byte[] value)[Visual Basic]Overrides Sub SetData(value() As Byte) may throw Exception() Params Name Description value The raw binary content of the stream. Notes Set the raw binary content of the stream. 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. Example None. previous page start next page