O2S.Components.PDF4NET.View.Win Documentation
PDFVisualSearchRange Enumeration



O2S.Components.PDF4NET.View.Content Namespace : PDFVisualSearchRange Enumeration
Supports search ranges in a O2S.Components.PDF4NET.View.PDFDocumentView.
Syntax
'Declaration
 
Public Enum PDFVisualSearchRange 
   Inherits System.Enum
'Usage
 
Dim instance As PDFVisualSearchRange
public enum PDFVisualSearchRange : System.Enum 
public enum class PDFVisualSearchRange : public System.Enum 
Members
MemberDescription
AllPages Search all pages in the document.
CurrentPage Search current page only.
VisiblePages Search visible pages only.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDF4NET.View.Content.PDFVisualSearchRange

Requirements

Supported .NET Platforms: .NET Framework 4.0 and higher, .NET 5.0 and higher, Windows Forms


Target Platforms:Windows 11, Windows 10, Windows 8.1, Windows 8, Windows 7

See Also