Click or drag to resize

DocxDocumentReplaceTextWithImage Method

Replace a placehloder with the given image

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public int ReplaceTextWithImage(
	string textFind,
	string imgReplace,
	bool regex
)

Parameters

textFind  String
The text find.
imgReplace  String
The img replace.
regex  Boolean
if set to true [regex].

Return Value

Int32
System.Int32.
See Also