Version

BrowserTarget Enumeration

Type of browser the HTML should be created for.
Syntax
'Declaration
 
Public Enum BrowserTarget 
   Inherits System.Enum
public enum BrowserTarget : System.Enum 
Members
MemberDescription
AutoBrowser is detected automatically at run time
DownLevelBrowser similar to IE3/4 or Netscape4/5
UpLevelBrowser similar to IE5/6 or Netscape6/7
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also