CreateDCInfo.HasSupportingFiles Property

Gets a Boolean value that indicates whether the converter produced additional files on top of the main file (e.g., images in addition to an HTML file).

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

Syntax

Public ReadOnly Property HasSupportingFiles As Boolean
    Get

Dim instance As CreateDCInfo
Dim value As Boolean

value = instance.HasSupportingFiles
public bool HasSupportingFiles { get; }

Property Value

Type: System.Boolean
true if the converter produced additional files; otherwise, false.

See Also

Reference

CreateDCInfo Class

CreateDCInfo Members

Microsoft.HtmlTrans Namespace