Current screen resolution in dots per inch (or DPI).
Object.defineProperty(ImageViewer.prototype, 'screenDpi',
get: function(),
set: function(value)
)
screenDpi: LeadSizeD;
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.
For more information and example, refer to UseDpi.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET