Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / SearchScope Enumeration

In This Topic
    SearchScope Enumeration
    In This Topic
    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.WPF.Document.SearchScope

    See Also