Folder which will created for storing images.
Folder will be created by component. Must be without any "C:\.." or "D:\" etc, only folder as "my folder".

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

Syntax

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

See Also