Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ScreenDpi Property

Show in webframe
Current screen resolution in dots per inch (or DPI).
Syntax
get_screenDpi();
set_screenDpi(value);
Object.defineProperty('screenDpi');

Property Value

TypeDescription
LeadSizeDThe 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.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file