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

AdvancedPsdReader.Width Property

Gets the width 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 Width As Integer
C#
public int Width { get; }

Property Value

An integer value specifying the width of entire PSD image.

Remarks

This property returns the width 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