Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public ReadOnly Property HasSupportingFiles As Boolean
Get
'Usage
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.