PsdTextFrame.DpiY Property

Gets the vertical resolution, in pixels per inch, of an image.

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

Syntax

C#
public override float DpiY { get; }

Property Value

The vertical resolution, in pixels per inch, of an image.

Implements

IImageParams.DpiY

See Also

Reference