Setting find text Parameters
Namespace: Spire.Pdf.General.FindAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
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 ;
|