Click or drag to resize
SearchPositionQuery Class
Define a query for searching words in phrase
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientSearchPositionQuery

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
public class SearchPositionQuery

The SearchPositionQuery type exposes the following members.

Constructors
  NameDescription
Public methodSearchPositionQuery
Creates a new instance of this class
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 propertyNormalize
If this flag is true then the result coordinates orientation will be alligned with the page
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
Top
Remarks