Prints the given text string on a printer.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public static void Print(
	string text,
	Font font,
	Color textColor
)

Parameters

text
Type: System..::.String
A text string to print.
font
Type: System.Drawing..::.Font
A font of the printed text.
textColor
Type: System.Drawing..::.Color
A color of the printed text.

See Also