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

AdvancedPsdReader.Height Property

Gets the height of the PSD image.

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

Syntax

Visual Basic
Public ReadOnly Property Height As Integer
C#
public int Height { get; }

Property Value

An integer value specifying the height of entire PSD image.

Remarks

This property returns the height of the entire image which it will have after you merge all layers. Typically each layer has different dimensions (less or equal to this one).

See Also

Reference