Replaces all 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 ReplaceAllText(
	string oldText,
	string newText
)
Public Sub ReplaceAllText ( 
	oldText As String,
	newText As String
)
public:
void ReplaceAllText(
	String^ oldText, 
	String^ newText
)
member ReplaceAllText : 
        oldText : string * 
        newText : string -> unit 

Parameters

oldText
String
The old text
newText
String
The new text

See Also