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

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

Syntax

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

Parameters

text
Type: System..::.String
textColor
Type: System.Drawing..::.Color

See Also