DocxDocument.ReplaceTextWithImage Method

QsInformatica.Utils

DocxDocumentReplaceTextWithImage Method

Replace a placehloder with the given image

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public int ReplaceTextWithImage(
	string textFind,
	string imgReplace,
	bool regex
)
Public Function ReplaceTextWithImage ( 
	textFind As String,
	imgReplace As String,
	regex As Boolean
) As Integer
public:
int ReplaceTextWithImage(
	String^ textFind, 
	String^ imgReplace, 
	bool regex
)
member ReplaceTextWithImage : 
        textFind : string * 
        imgReplace : string * 
        regex : bool -> int 

Parameters

textFind
Type: SystemString
The text find.
imgReplace
Type: SystemString
The img replace.
regex
Type: SystemBoolean
if set to true [regex].

Return Value

Type: Int32
System.Int32.
See Also