Class SearchPositionQuery
Define a query for searching words in phrase
Inheritance
System.Object
SearchPositionQuery
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class SearchPositionQuery : object
Constructors
SearchPositionQuery()
Creates a new instance of this class
Declaration
public SearchPositionQuery()
Properties
Backward
If this flag is true then the search will be executed in the previous pages.
Declaration
public bool Backward { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IgnoreCase
Define if case is ignored
Declaration
public bool IgnoreCase { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Normalize
If this flag is true then the result coordinates orientation will be alligned with the page
Declaration
public bool Normalize { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PageCount
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
Declaration
public int PageCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Phrase
Define the search phrase (words)
Declaration
public string Phrase { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RangeSearch
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.
Declaration
public bool RangeSearch { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StartPage
Define a starting page for the search
Declaration
public int StartPage { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StartSectionNumber
Define a starting section for the search
Declaration
public int StartSectionNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
WholeWord
Define if search for whole words only
Declaration
public bool WholeWord { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |