Bitmap.DpiY Property

Gets or sets the vertical resolution, in pixels per inch, of this bitmap.

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

Syntax

C#
public float DpiY { get; set; }

Property Value

The vertical resolution, in pixels per inch, of this bitmap.

Implements

IImageParams.DpiY

See Also

Reference