This value allows to specify how to keep images: Inside HTML document as binary data or as image files on HDD. By default it's set to 'true', this means keep images inside HTML document.

Namespace:  SautinSoft
Assembly:  SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 3.0.2.0

Syntax

         
 C#  Visual Basic  J# 
public bool IncludeImageInHtml { get; set; }
Public Property IncludeImageInHtml As Boolean
/** @property */
public boolean get_IncludeImageInHtml()
/** @property */
public  void set_IncludeImageInHtml(boolean value)

See Also