PDFView4NET WPF Edition
PDFSearchTextOptions Enumeration




O2S.Components.PDFView4NET.Text Namespace : PDFSearchTextOptions Enumeration
Supported options when searching text in PDF pages.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum PDFSearchTextOptions 
   Inherits System.Enum
'Usage
 
Dim instance As PDFSearchTextOptions
[Flags()]
public enum PDFSearchTextOptions : System.Enum 
[Flags()]
__value public enum PDFSearchTextOptions : public System.Enum 
[Flags()]
public enum class PDFSearchTextOptions : 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.
IgnoreNewLineSpaceBy 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.
RegExSearchRegular 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
         O2S.Components.PDFView4NET.Text.PDFSearchTextOptions

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

O2S.Components.PDFView4NET.Text Namespace