PDF .NET Library Documentation - PDF Technologies, Inc.
AddText(string Text) method sets the last location of the cursor. You may also manually set the cursor position.

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

Syntax

C#
public DoublePoint Cursor { get; }
Visual Basic (Declaration)
Public ReadOnly Property Cursor As DoublePoint
Visual C++
public:
property DoublePoint^ Cursor {
	DoublePoint^ get ();
}

See Also