CreateHtmlInfo.fHasMainFile Property
NOTE: This API is now obsolete.
Gets a value indicating whether the HTML results of the document conversion include a main HTML file.
Namespace: Microsoft.HtmlTrans
Assembly: Microsoft.HtmlTrans.Interface (in Microsoft.HtmlTrans.Interface.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use CreateDCInfo instead")> _
Public ReadOnly Property fHasMainFile As Boolean
Get
'Usage
Dim instance As CreateHtmlInfo
Dim value As Boolean
value = instance.fHasMainFile
[ObsoleteAttribute("Use CreateDCInfo instead")]
public bool fHasMainFile { get; }
Property Value
Type: System.Boolean
true if the HTML results of the document conversion include a main HTML file; false if an error occurs and the converter fails to generate the expected HTML output.
Remarks
The strMainFileName and strMainFilePath properties specify the location of this file.
Examples
For a code example that demonstrates the use of the IHtmlTrLoadBalancer and IHtmlTrLauncher interfaces, including the use of the fHasMainFile property, see the CHICreateHtml method.