This documentation is for the old version. Go to the latest Graphics Mill docs

BaseViewer.ScreenYDpi Property

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

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Overridable Property ScreenYDpi As Single
C#
[BrowsableAttribute(true)]
public virtual float ScreenYDpi { get; set; }

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.

Default value is 72.

See Also

Reference

Manual