CreateHtmlInfo.rgstrThicketFileNames Property

Gets or sets the name of the additional supporting files, if any, generated by the document conversion.

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

Syntax

Public Property rgstrThicketFileNames As String()
    Get
    Set

Dim instance As CreateHtmlInfo
Dim value As String()

value = instance.rgstrThicketFileNames

instance.rgstrThicketFileNames = value
public string[] rgstrThicketFileNames { get; set; }

Property Value

Type: []
A string that contains an array of the names of the additional supporting files, if any.

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.

See Also

Reference

CreateHtmlInfo Class

CreateHtmlInfo Members

Microsoft.HtmlTrans Namespace