PsdReader.Features Property

Gets the features supported by the PSD reader.

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

Syntax

C#
public HashSet<PsdFeature> Features { get; }

Property Value

A collection of PsdFeature values.

See Also

Reference