Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

LTDevice Enumeration

Show in webframe
Specifies the current device.
Syntax
Leadtools.LTDevice = function() { };
Leadtools.LTDevice.prototype = {
	unknown = 0,
	desktop = 1,
	mobile = 2,
	tablet = 3,
	
 };
Members
ValueMemberDescription
0unknownUnknown device.
1desktopDesktop
2mobileMobile phone
3tabletTablet
Example

For an example, refer to LTHelper.

See Also

Reference

Leadtools Namespace

Error processing SSI file