CreateHtmlInfo.fHasThicket Property

Gets or sets a Boolean value that indicates whether the HTML results of the document conversion include supporting files in addition to the main HTML file.

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

Syntax

Public ReadOnly Property fHasThicket As Boolean
    Get

Dim instance As CreateHtmlInfo
Dim value As Boolean

value = instance.fHasThicket
public bool fHasThicket { get; }

Property Value

Type: System.Boolean
true if the HTML results of the document conversion include supporting files; otherwise, false.

Remarks

The fHasThicket property contains a Boolean value that indicates whether the HTML results of the document conversion include supporting files, such as images, in addition to the main HTML file. The strThicketFolderName property specifies the location of these files.

See Also

Reference

CreateHtmlInfo Class

CreateHtmlInfo Members

Microsoft.HtmlTrans Namespace