CreateDCInfo.rgSupportingFileNames Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets an array that contains the names of additional files that the converter might have produced.

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

Syntax

Public Property rgSupportingFileNames As String()
    Get
    Set

Dim instance As CreateDCInfo
Dim value As String()

value = instance.rgSupportingFileNames

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

Property Value

Type: []
A string array that contains the names of additional files.

See Also

Reference

CreateDCInfo Class

CreateDCInfo Members

Microsoft.HtmlTrans Namespace