CreateHtmlInfo.fHasThicket Property
NOTE: This API is now obsolete.
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
'Declaration
<ObsoleteAttribute("Use CreateDCInfo instead")> _
Public ReadOnly Property fHasThicket As Boolean
Get
'Usage
Dim instance As CreateHtmlInfo
Dim value As Boolean
value = instance.fHasThicket
[ObsoleteAttribute("Use CreateDCInfo instead")]
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.