XFINIUM.PDF.View.Wpf Documentation
PdfVisualTextSearchOptions Enumeration



Xfinium.Pdf.View.Content Namespace : PdfVisualTextSearchOptions Enumeration
Supported options when searching text in PDF pages.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum PdfVisualTextSearchOptions 
   Inherits System.Enum
'Usage
 
Dim instance As PdfVisualTextSearchOptions
[Flags()]
public enum PdfVisualTextSearchOptions : System.Enum 
[Flags()]
public enum class PdfVisualTextSearchOptions : public System.Enum 
Members
MemberDescription
AccentInsensitiveSearchAccent insensitive search, it is the default search. Can be combined with WholeWordSearch and/or CaseInsensitiveSearch or CaseSensitiveSearch.
AccentSensitiveSearchAccent sensitive search. Can be combined with WholeWordSearch and/or CaseInsensitiveSearch or CaseSensitiveSearch.
CaseInsensitiveSearchCase insensitive search, it is the default search. Can be combined with WholeWordSearch and/or AccentInsensitiveSearch or AccentSensitiveSearch.
CaseSensitiveSearchCase sensitive search. Can be combined with WholeWordSearch and/or AccentInsensitiveSearch or AccentSensitiveSearch.
IgnoreNewLineSpace By default, for search purposes, two consecutive lines of text are separated by a space. If this flag is set the whole text in the PDF page is considered to be a single line without spaces between original text lines. Can be combined with any of the options above.
RegExSearch Regular expression search. Other flags are ignored if they are combined.
WholeWordSearchWhole word search. Can be combined with CaseInsensitiveSearch or CaseSensitiveSearch and/or AccentInsensitiveSearch or AccentSensitiveSearch.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xfinium.Pdf.View.Content.PdfVisualTextSearchOptions

Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Xfinium.Pdf.View.Content Namespace