Add a specified string to the end of the text, with formatting defined in style.

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

Syntax

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

See Also