Skip to main content

TdxSmartImageCodec.CanLoadStream(TStream) Method

Identifies if the codec can load an image stored in the specified stream.

Declaration

class function CanLoadStream(AStream: TStream): Boolean; virtual;

Parameters

Name Type Description
AStream TStream

The source stream.

Returns

Type Description
Boolean

True if the codec can load an image stored in the source stream; otherwise, False.

See Also