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
 

Also see example code in: Page MakeFormXObject Function.