Gets or sets the start position of the search query.
Namespace: FirstFloor.Documents.SearchAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public TextPointer StartPosition { get; set; } |
| Visual Basic |
|---|
Public Property StartPosition As TextPointer Get Set |
| Visual C++ |
|---|
public: property TextPointer^ StartPosition { TextPointer^ get (); void set (TextPointer^ value); } |
Field Value
The start position.
Remarks
The default start position is index 0 at page 1.