BrowserType Enumeration
Specifies the browser type to target in converting a document to HTML.
Namespace: Microsoft.HtmlTrans
Assembly: Microsoft.HtmlTrans.Interface (in Microsoft.HtmlTrans.Interface.dll)
Syntax
Public Enumeration BrowserType
Dim instance As BrowserType
public enum BrowserType
Members
Member name | Description | |
---|---|---|
BT_IE3 | Specifies the browser to target in converting a document to HTML is Internet Explorer 3.0 level browsers and earlier. | |
BT_IE4 | Specifies the browser to target in converting a document to HTML is Internet Explorer 4.0 level browsers and later. | |
BT_UNKNOWN | Specifies the browser to target in converting a document to HTML is unknown. |
Remarks
The BrowserTypeparameter of the CHICreateHtml method of the IHtmlTrLauncher interface accepts a value from the BrowserType enumeration.
Enumerations
The following table shows the members of the BrowserType enumeration and gives a brief description of each.
Name |
Description |
---|---|
BT_IE3 |
Target browser is Internet Explorer 3.0 level browsers and earlier. |
BT_IE4 |
Target browser is Internet Explorer 4.0 level browsers and later. |
BT_UNKNOWN |
Target browser is unknown. |
Examples
For a code example that demonstrates the use of the IHtmlTrLoadBalancer and IHtmlTrLauncher interfaces, including the BrowserType enumeration, see the CHICreateHtml method.