Aurigma Graphics Mill 5.5 for .NET
BaseViewer..::.screenYDpi Property
Gets a value representing vertical resolution in DPI used to show content in the browser.
Namespace:
GraphicsMill
Assembly:
Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)
Syntax
Java Script
function get_screenYDpi();
Property Value
The value representing vertical resolution in DPI used to show content in the browser.Remarks
If the scaleToActualSize property is set to true the value of the screenYDpi property is used to scale content height to its actual size.
This property corresponds to BaseViewer.ScreenYDpi server-side member.