PsdReader.MergeLayers Method

Creates a merged copy of all visible layers.

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

Syntax

C#
public Bitmap MergeLayers()

Return Value

A Bitmap containing a merged copy of all visible layers.

Remarks

This method is useful when a source PSD image does not contain a merged copy of its layers (i.e. the MergedImageFrame returns null).

See Also

Reference