Gets the page end position.
Namespace: FirstFloor.DocumentsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public TextPointer PageEnd { get; internal set; } |
| Visual Basic |
|---|
Public Property PageEnd As TextPointer Get Friend Set |
| Visual C++ |
|---|
public: property TextPointer^ PageEnd { TextPointer^ get (); internal: void set (TextPointer^ value); } |