BitmapLoader.CanLoad

BitmapLoader.CanLoad method

Checks if it is possible to read this file.

public bool CanLoad(StreamContainer streamContainer, LoadOptions loadOptions)
ParameterTypeDescription
streamContainerStreamContainerStream with file
loadOptionsLoadOptionsOptions to load

Return Value

True, if it is possible to load header from stream. False, if it is impossible to load header from stream.

See Also