Click or drag to resize

FilterWriterWriteString Method

Writes a string to the stream.

Namespace:  pdftron.Filters
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void WriteString(
	string data
)

Parameters

data
Type: SystemString
The source string data.
See Also