CreateDCInfo.HasMainFile Property
Gets a Boolean value that indicates whether the converter produced output.
Namespace: Microsoft.HtmlTrans
Assembly: Microsoft.HtmlTrans.Interface (in Microsoft.HtmlTrans.Interface.dll)
Syntax
'Declaration
Public ReadOnly Property HasMainFile As Boolean
Get
'Usage
Dim instance As CreateDCInfo
Dim value As Boolean
value = instance.HasMainFile
public bool HasMainFile { get; }
Property Value
Type: System.Boolean
true if the converter produced output; otherwise, false.