This property is necessary when you convert RTF string to HTML string and want to see a relative path inside <img src="...."> tag

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

Syntax

         
 C#  Visual Basic  J# 
public string DestFile { get; set; }
Public Property DestFile As String
/** @property */
public String get_DestFile()
/** @property */
public  void set_DestFile(String value)

See Also