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

Checks whether the specified features are supported with localized messages.

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

Syntax

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

Parameters

expectedFeatures

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

output

Type: System.String%

resourceManager

Type: System.Resources.ResourceManager

The resource manager for localized strings.

Return Value

true if all features are supported; otherwise, false.

See Also

Reference