Click or drag to resize

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
)

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