You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

BaseViewer.screenXDpi Property

Gets a value representing horizontal 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_screenXDpi();

Property Value

The value representing horizontal resolution in DPI used to show content in the browser.

Remarks

If the scaleToActualSize property is set to true the value of the screenXDpi property is used to scale content width to its actual size.

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

See Also

Reference