Click or drag to resize

DocxDocumentReplaceTextWithImage Method

Replace a placehloder with the given image

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

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