Click or drag to resize

RtfTextWriter WriteText Method

Overload List
Name Description
Public method WriteText(Font, String)
Writes the specified text using the provided font.
Public method WriteText(IFont, String)
Writes the specified text using the provided font.
Public method WriteText(Font, Color, String)
Writes text with specified font, foreground color, and string text.
Public method WriteText(Font, Color, Color, String)
Writes text with specified font, foreground color, and background color.
Top
See Also