CreateHtmlInfo.strThicketFolderName Property

Gets or sets the location of the supporting files included as part of the results of the document conversion.

Namespace:  Microsoft.HtmlTrans
Assembly:  Microsoft.HtmlTrans.Interface (in Microsoft.HtmlTrans.Interface.dll)

Syntax

Public Property strThicketFolderName As String
    Get
    Set

Dim instance As CreateHtmlInfo
Dim value As String

value = instance.strThicketFolderName

instance.strThicketFolderName = value
public string strThicketFolderName { get; set; }

Property Value

Type: System.String
A string that contains the name of the subfolder under the parent folder specified in the strMainFilePath property.

Remarks

The strThicketFolderName property contains the location of the supporting files, such as images, included as part of the results of the document conversion. The fHasThicket property specifies whether the conversion results include additional files.

See Also

Reference

CreateHtmlInfo Class

CreateHtmlInfo Members

Microsoft.HtmlTrans Namespace