Click or drag to resize

ElementWriterWriteString Method

Writes an arbitrary buffer to the content stream. This function can be used to insert comments, inline-image data, and chunks of arbitrary content to the output stream.
Writes an arbitrary string to the content stream. Serves the same purpose as WriteBuffer().

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

Parameters

data
Type: SystemString
the str
See Also