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

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

See Also

Reference