CreateHtmlInfo Class

NOTE: This API is now obsolete.

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

'Declaration
<SerializableAttribute> _
<ObsoleteAttribute("Use CreateDCInfo instead")> _
Public Class CreateHtmlInfo
'Usage
Dim instance As CreateHtmlInfo
[SerializableAttribute]
[ObsoleteAttribute("Use CreateDCInfo instead")]
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