Xfinium.Pdf.Content Namespace : PdfTextSearchOptions Enumeration |
'Declaration
<FlagsAttribute()> Public Enum PdfTextSearchOptions Inherits System.Enum
'Usage
Dim instance As PdfTextSearchOptions
[Flags()] public enum PdfTextSearchOptions : System.Enum
[Flags()] public enum class PdfTextSearchOptions : public System.Enum
Member | Description |
---|---|
CaseInsensitiveSearch | Case insensitive search, it is the default search. Can be combined with WholeWordSearch. |
CaseSensitiveSearch | Case sensitive search. Can be combined with WholeWordSearch. |
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. |
WholeWordSearch | Whole word search. Can be combined with CaseInsensitiveSearch or CaseSensitiveSearch. |
System.Object
System.ValueType
System.Enum
Xfinium.Pdf.Content.PdfTextSearchOptions
Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library