PsdReader.Frames Property

Gets a collection of plain (raster and text) layers.

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

Syntax

C#
public PlainFrameCollection Frames { get; }

Property Value

A PlainFrameCollection containing raster and text layers from this PSD image.

See Also

Reference