Setting find text Parameters

Namespace: Spire.Pdf.General.Find
Assembly: 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

MemberValueDescription
None1
Do not select any parameters.
WholeWord16
Full word matching.
IgnoreCase256
Ignore English character case.
CrossLine4096
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 ;

See Also