CreateHtmlInfo Class

Contains the results of the document conversion.

Inheritance Hierarchy

System.Object
  Microsoft.HtmlTrans.CreateHtmlInfo

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

Syntax

<SerializableAttribute> _
Public Class CreateHtmlInfo

Dim instance As CreateHtmlInfo
[SerializableAttribute]
public class CreateHtmlInfo

Remarks

The CHICreateHtml method of the IHtmlTrLauncher interface returns an instance of the CreateHtmlInfo class.

Examples

For a code example that demonstrates the use of the IHtmlTrLoadBalancer and IHtmlTrLauncher interfaces, including the CreateHtmlInfo class, see the CHICreateHtml method.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CreateHtmlInfo Members

Microsoft.HtmlTrans Namespace