TdxSmartImageCodecsRepository.CanLoad(TStream) Method
Identifies if the repository contains a codec that can load an image from the specified file or stream.
Declaration
class function CanLoad(const AStream: TStream): Boolean; overload;
Parameters
| Name | Type |
|---|---|
| AStream | TStream |
Returns
| Type |
|---|
| Boolean |
See Also