For internal use only. Output text to current Pdf stream.

Namespace:  C1.Phone.Pdf
Assembly:  C1.Phone.Pdf (in C1.Phone.Pdf.dll)

Syntax

C#
protected void TextOut(
	string text,
	Point pt,
	HorizontalAlignment align,
	bool baseLine
)
Visual Basic
Protected Sub TextOut ( _
	text As String, _
	pt As Point, _
	align As HorizontalAlignment, _
	baseLine As Boolean _
)

See Also