Click or drag to resize

FilterWriterWriteLine Method

Writes out a null terminated 'line' followed by a end of line character default end of line character is carriage return.

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

Parameters

data
Type: SystemString
The source string data.
See Also