CreateHtmlInfo.strMainFileName Property

Gets or sets the name of the main HTML file generated by the document conversion.

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

Syntax

Public Property strMainFileName As String
    Get
    Set

Dim instance As CreateHtmlInfo
Dim value As String

value = instance.strMainFileName

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

Property Value

Type: System.String
A string that contains the name of the main output file.

Remarks

The rgstrThicketFileNames property contains the name of the additional supporting files, if any, generated by the document conversion. The strThicketFolderName property specifies the location of the files.

The strMainFileName property contains the name of the main HTML file generated by the document conversion. The strMainFilePath property specifies the location of the file.

See Also

Reference

CreateHtmlInfo Class

CreateHtmlInfo Members

Microsoft.HtmlTrans Namespace