CreateDCInfo.SupportingFolderName Property

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

Gets or sets the name of the folder where the additional files got created.

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

Syntax

Public Property SupportingFolderName As String
    Get
    Set

Dim instance As CreateDCInfo
Dim value As String

value = instance.SupportingFolderName

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

Property Value

Type: System.String
A string that contains the folder name.

Remarks

Use the rgbMainFile property and the rgrgbSupportingFiles property to access the content of the files.

See Also

Reference

CreateDCInfo Class

CreateDCInfo Members

Microsoft.HtmlTrans Namespace