BaseViewer.ScreenXDpi Property

Gets/sets a value representing horizontal resolution in DPI used to show content in the browser.

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

Syntax

C#
public virtual float ScreenXDpi { get; set; }

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.

Default value is 72.

See Also

Reference