PdfTextFragment
ApplyRecoverString Method
|
Overlays the old text with the sppecified color and draws the new text.
Namespace:
Spire.Pdf.Texts
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
-
Type:
System
String
The new text.
-
backColor
-
Type:
System.Drawing
Color
The background color.
-
unicode
-
Type:
System
Boolean
Unicode encoding flag.
See Also