Canvas.screenXDpi Property

Gets a horizontal resolution in DPI used to show the canvas in a browser.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script
function get_screenXDpi();

Property Value

The screen horizontal resolution.

Remarks

This property corresponds to Canvas.ScreenXDpi server-side member.

See Also

Reference