PsdImage.Layers

PsdImage.Layers property

Gets or sets the PSD layers.

public Layer[] Layers { get; set; }

Property Value

The PSD layers.

Remarks

Note that if there are no layers the other related information within layer and mask information section will not be preserved (layer masks, resources and etc).

See Also