Add a specified string to the end of the text, with formatting represented by specified font, color and background color.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public void AddText(
	string text,
	Font font,
	Color textColor,
	Color backgroundColor
)
Visual Basic (Declaration)
Public Sub AddText ( _
	text As String, _
	font As Font, _
	textColor As Color, _
	backgroundColor As Color _
)

Parameters

text
Type: System..::.String
font
Type: System.Drawing..::.Font
textColor
Type: System.Drawing..::.Color
backgroundColor
Type: System.Drawing..::.Color

See Also