screenDpi Property

Summary

Current screen resolution in dots per inch (or DPI).

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewer.prototype, 'screenDpi', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
screenDpi: LeadSizeD; 

Property Value

The current screen horizontal resolution in dots per inch (or DPI). A value of 0 means use the default screen resolution which is either calculated automatically if the platform supports that or set to 96 otherwise. The default value is 0.

Remarks

For more information and example, refer to UseDpi.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly