PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
AddText(string Text) method sets the last location of the cursor. You may also manually set the cursor position.
Namespace:
PDFTechAssembly: 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 (); } |