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 |
|
See Also