PsdReader.Height Property

Gets an entire image height.

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

Syntax

C#
public override int Height { get; }

Property Value

The entire image height (in pixels).

Implements

IImageParams.Height

See Also

Reference