IHtmlTrLauncher Interface
NOTE: This API is now obsolete.
Exposes a single method that starts the process of converting a document to HTML format for viewing in the browser by a user who does not have the appropriate client application or viewer installed.
Namespace: Microsoft.HtmlTrans
Assembly: Microsoft.HtmlTrans.Interface (in Microsoft.HtmlTrans.Interface.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use IDocumentConversionsLauncher instead")> _
Public Interface IHtmlTrLauncher
'Usage
Dim instance As IHtmlTrLauncher
[ObsoleteAttribute("Use IDocumentConversionsLauncher instead")]
public interface IHtmlTrLauncher
Remarks
The IHtmlTrLauncher interface exposes the CHICreateHtml method, which starts the process of converting a document to HTML format and returns the HTML output to Windows SharePoint Services to forward to the user.
Examples
For a code example that demonstrates the use of the IHtmlTrLoadBalancer and IHtmlTrLauncher interfaces, see the CHICreateHtml method.