LTDevice Enumeration

Summary

Specifies the current device.

Syntax

JavaScript Syntax
lt.LTDevice = { 
	Unknown: 0, 
	Desktop: 1, 
	Mobile: 2, 
	Tablet: 3 
} 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly