Set type of storing images inside RTF document
Namespace:
SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 4.6.10.19
Syntax
| C# | Visual Basic |
public enum eImageCompatible
Public Enumeration eImageCompatible
Members
| Member | Description |
|---|---|
| MSWord |
Store images compatible with MS Word
|
| WordPad |
Store images compatible with RichTextBox and WordPad
|
Remarks
The problem is that the RichTextBox and WordPad supports images stored in RTF as BMP, the MS Word supports RTF with images stored in different formats: JPG, PNG, EMF and BMP. But by default our library saves images inside RTF in JPEG and PNG formats to make RTF document less size.

