'Declaration Public Enum SearchScope Inherits System.Enum
public enum SearchScope : System.Enum
'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.Win.Document.SearchScope