PsdReader.CheckFeatures Method (IEnumerable<PsdFeature>, String%)

Checks whether the specified features are supported and outputs a message.

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

Syntax

C#
public bool CheckFeatures(
	IEnumerable<PsdFeature> expectedFeatures,
	ref string output
)

Parameters

expectedFeatures

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

output

Type: System.String%

Return Value

true if all features are supported; otherwise, false.

See Also

Reference