Set how to store images inside RTF
Namespace:
SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 4.6.10.19
Syntax
| C# | Visual Basic |
public HtmlToRtf..::.eImageCompatible ImageCompatible { get; set; }
Public Property ImageCompatible As HtmlToRtf..::.eImageCompatible
Remarks
RichTexBox and WordPad can't show images stored as jpeg or png inside RTF. They can show only bitmap images. The MS Word can show images in jpeg, png, etc.
If you will place rtf in RichTextBox or open it in WordPad set this property as WordPad and images will be stores as bitmap inside RTF.

If you will place rtf in RichTextBox or open it in WordPad set this property as WordPad and images will be stores as bitmap inside RTF.
