PsdTextFrame.DpiX Property

Gets the horizontal 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 DpiX { get; }

Property Value

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

Implements

IImageParams.DpiX

See Also

Reference