| DocxDocumentReplaceTextWithImage Method |
Replace a placehloder with the given image
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.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 String
- The text find.
- imgReplace String
- The img replace.
- regex Boolean
- if set to true [regex].
Return Value
Int32System.Int32.
See Also