apply hight light of the seached text,with unicode

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 void ApplyRecoverString(
	string newvalue,
	Color backColor,
	bool unicode
)
Public Sub ApplyRecoverString ( 
	newvalue As String,
	backColor As Color,
	unicode As Boolean
)
public:
void ApplyRecoverString(
	String^ newvalue, 
	Color backColor, 
	bool unicode
)
member ApplyRecoverString : 
        newvalue : string * 
        backColor : Color * 
        unicode : bool -> unit 

Parameters

newvalue
String
backColor
Color
unicode
Boolean

See Also