StreamObject SetText Function. Set the content of the stream as a string. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Set the content of the stream as a string.

 

   
Syntax  

[C#]
void SetText(string value)

[Visual Basic]
Sub SetText(value As String))

 

   

Params
 
Name Description
value The content of the stream as a string.

 

   

Notes
 

Get the content of the stream in string format.

Compression settings are unaltered. For this reason you may wish to call ClearData before using SetData.

 

   

Example
 

None.