[]
        
(Showing Draft Content)

C1.WPF.Document.SearchScope

SearchScope Enum

Specifies text search scope.

Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public enum SearchScope

Fields

Name Description
FirstOccurrence

Searches till the first occurrence is found.

SinglePage

Searches within the specified page only.

WholeDocument

Searches to the end of the document.