PDF .NET Library Documentation - PDF Technologies, Inc.
This function allows text to be writtento the canvas.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public void AddText(
	string Text
)
Visual Basic (Declaration)
Public Sub AddText ( _
	Text As String _
)
Visual C++
public:
void AddText(
	String^ Text
)

Parameters

Text
Type: System..::.String
Text to be written

Remarks

The AddText function allows the writing of text regardless of text size or length. If the amount of text to be written exceeds the page capacity, overflowing text is automatically rendered on the next page. The returned value indicates the current page. The current position can be traced from the Cursor value.

See Also