Gets the point from specified text index.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public Point GetPointFromTextIndex(
	int textIndex
)
Visual Basic
Public Function GetPointFromTextIndex ( _
	textIndex As Integer _
) As Point
Visual C++
public:
Point GetPointFromTextIndex(
	int textIndex
)

Parameters

textIndex
Type: System..::..Int32
Index of the text.

Return Value

The 2D position on the page.

See Also