HtmlToRtfMergeRtfString(String, String, Encoding) Method |
Merge two RTF strings and create new single RTF document
Namespace: SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 2025.3.18
Syntaxpublic string MergeRtfString(
string rtf1,
string rtf2,
Encoding encoding
)
Public Function MergeRtfString (
rtf1 As String,
rtf2 As String,
encoding As Encoding
) As String
Parameters
- rtf1 String
- 1st RTF document as string
- rtf2 String
- 2nd RTF document as string
- encoding Encoding
- The encoding of the processing RTF documents.
Return Value
StringA merged RTF document or empty string in case of merging failed
RemarksA merged RTF document will contain 1st RTF document and next 2nd RTF document by order.
See Also