| C1.WPF.Document.4 Assembly > C1.WPF.Document Namespace : SearchScope Enumeration |
'Declaration Public Enum SearchScope Inherits System.Enum
public enum SearchScope : System.Enum
| Member | Description |
|---|---|
| FirstOccurrence | Searches till the first occurrence is found. |
| SinglePage | Searches within the specified page only. |
| WholeDocument | Searches to the end of the document. |
System.Object
System.ValueType
System.Enum
C1.WPF.Document.SearchScope