ComponentOne Document Library for UWP
SearchScope Enumeration

C1.UWP.Document Assembly > C1.Xaml.Document Namespace : SearchScope Enumeration
Specifies text search scope.
Syntax
'Declaration
 
Public Enum SearchScope 
   Inherits System.Enum
public enum SearchScope : System.Enum 
Members
MemberDescription
FirstOccurrenceSearches till the first occurrence is found.
SinglePageSearches within the specified page only.
WholeDocumentSearches to the end of the document.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Document.SearchScope

See Also

Reference

C1.Xaml.Document Namespace