SearchPositionQuery MembersDocuWare Platform .NET API
The SearchPositionQuery type exposes the following members.
Constructors

  NameDescription
Public methodSearchPositionQuery
Creates a new instance of this class
Back to Top
Properties

  NameDescription
Public propertyBackward
If this flag is true then the search will be executed in the previous pages.
Public propertyIgnoreCase
Define if case is ignored
Public propertyPageCount
Search this number of pages after the first page where a hit occur. If value is less than zero then all pages will be returned
Public propertyPhrase
Define the search phrase (words)
Public propertyRangeSearch
If this flag is true then only the specified page range is searched. Otherwise the whole document starting at the specified page is serched until the specified number of pages are found.
Public propertyStartPage
Define a starting page for the search
Public propertyStartSectionNumber
Define a starting section for the search
Public propertyWholeWord
Define if search for whole words only
Back to Top
See Also