Replaces the text in the page page.

Namespace: Spire.Pdf.Texts
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void ReplaceText(
	string oldText,
	string newText
)
Public Sub ReplaceText ( 
	oldText As String,
	newText As String
)
public:
void ReplaceText(
	String^ oldText, 
	String^ newText
)
member ReplaceText : 
        oldText : string * 
        newText : string -> unit 

Parameters

oldText
String
The old text.
newText
String
The new text.

See Also