PsdReader.MergedImageFrame Property

Gets a merged copy from this PSD image.

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

Syntax

C#
public Frame MergedImageFrame { get; }

Property Value

A Frame containing a merged copy of all visible layers.

Remarks

If a source PSD file doesn't contain a merged copy this property returns null.

See Also

Reference