Gets the page start position.

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

Syntax

C#
public TextPointer PageStart { get; internal set; }
Visual Basic
Public Property PageStart As TextPointer
	Get
	Friend Set
Visual C++
public:
property TextPointer^ PageStart {
	TextPointer^ get ();
	internal: void set (TextPointer^ value);
}

Field Value

The page start position.

See Also