IHtmlTrLauncher Interface
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
Public Interface IHtmlTrLauncher
Dim instance As IHtmlTrLauncher
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.