Setting find text Parameters
Namespace: Spire.Pdf.General.FindAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum TextFindParameter
Public Enumeration TextFindParameter
public enum class TextFindParameter
type TextFindParameter
Members
| Member | Value | Description |
|---|---|---|
| None | 1 |
Do not select any parameters.
|
| WholeWord | 16 |
Full word matching.
|
| IgnoreCase | 256 |
Ignore English character case.
|
| CrossLine | 4096 |
Find text Cross line
The target text in one line or more(>=2) lines.
It will be remove in the future because it will be set as default ;
|
| Regex | 65536 |
Regular expression matching.
|