LTDevice Enumeration

Summary

Specifies the current device.

Syntax
TypeScript
JavaScript
lt.LTDevice = { 
	unknown: 0, 
	desktop: 1, 
	mobile: 2, 
	tablet: 3 
} 
lt.LTDevice = { 
	unknown: 0, 
	desktop: 1, 
	mobile: 2, 
	tablet: 3 
} 
Members
0 Unknown

(0)Unknown device.

1 Desktop

(1)Desktop

2 Mobile

(2)Mobile phone

3 Tablet

(3)Tablet

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.