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

UnitConverterObject.VerticalResolution Property

Specifies vertical resolution (also known as DPI, dots per inch).

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

Syntax

Visual Basic
Public Overridable Property VerticalResolution As Single
C#
public virtual float VerticalResolution { get; set; }

Property Value

Vertical resolution of the current bitmap.

Remarks

This property is necessary to convert vertical value between pixels and other units properly (using VerticalUnitsToPixels(Single) and VerticalPixelsToUnits(Int32) methods). Examples of vertical values are image height, Y-coordinate, etc.

See Also

Reference