Specify template name for images

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

Syntax

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

See Also