IccProfile SetData Function. Set the raw binary content of the stream. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Set the raw binary content of the stream.

 

   
Syntax  

[C#]
override void SetData(byte[] value)

[Visual Basic]
Overrides Sub SetData(value() As Byte)

Throws Exceptions 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.