Click or drag to resize

ITextOutputService Methods

The ITextOutputService type exposes the following members.

Methods
 NameDescription
Public methodWrite(String)Writes a string to the output.
Public methodWrite(String, Object) Writes a line using the format string and the parameters
Public methodWrite(IFormatProvider, String, Object) Write a line using a format provider and a formatted string.
Public methodWriteLine Starts a new line.
Public methodWriteLine(String) Writes a string to the output and then starts a new line.
Public methodWriteLine(String, Object) Writes a line using the format string and the parameters, then starts a new line.
Public methodWriteLine(IFormatProvider, String, Object) Write a line using a format provider and a formatted string, then starts a new line.
Top
See Also