PsdReader.CheckFeatures Method (IEnumerable<PsdFeature>)

Checks whether the specified features are supported.

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

Syntax

C#
public bool CheckFeatures(
	IEnumerable<PsdFeature> expectedFeatures
)

Parameters

expectedFeatures

Type: System.Collections.Generic.IEnumerable<PsdFeature>

Return Value

true if all features are supported; otherwise, false.

See Also

Reference