Gets the width of the PSD image.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AdvancedPsd (in Aurigma.GraphicsMill.Codecs.AdvancedPsd.dll)
Public ReadOnly Property Width As Integer
public int Width { get; }
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).