LTBrowser Enumeration

Summary

Specifies the current browser.

Syntax
TypeScript
JavaScript
lt.LTBrowser = { 
	unknown: 0, 
	internetExplorer: 1, 
	firefox: 2, 
	chrome: 3, 
	safari: 4, 
	opera: 5, 
	android: 6, 
	edge: 7 
} 
lt.LTBrowser = { 
	unknown: 0, 
	internetExplorer: 1, 
	firefox: 2, 
	chrome: 3, 
	safari: 4, 
	opera: 5, 
	android: 6, 
	edge: 7 
} 
Members
0 Unknown

(0)Unknown browser.

1 InternetExplorer

(1)Microsoft Internet Explorer

2 Firefox

(2)Firefox

3 Chrome

(3)Chrome

4 Safari

(4)Safari

5 Opera

(5)Opera

6 Android

(6)Android

7 Edge

(7)Microsoft Edge

Example

For an example, refer to LTHelper.

Requirements
Target Platforms
See Also

Reference

Leadtools Namespace

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.