ILayerResourceLoader.CanLoad

ILayerResourceLoader.CanLoad method

Determines whether layer resource can be loaded from the specified StreamContainer.

public bool CanLoad(StreamContainer streamContainer, int psdVersion)
ParameterTypeDescription
streamContainerStreamContainerThe stream container.
psdVersionInt32The PSD version.

Return Value

true if layer resource can be loaded from the specified StreamContainer; otherwise, false.

See Also