apply hight light of the seached text

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

Parameters

newvalue
String
backColor
Color

See Also