TdxSVGImageCodec.CanLoadStream(TStream) Method
Identifies if the codec can load an image stored in the specified stream.
Declaration
class function CanLoadStream(AStream: TStream): Boolean; override;
Parameters
| Name | Type |
|---|---|
| AStream | TStream |
Returns
| Type |
|---|
| Boolean |
Remarks
This class function returns True if the AStream memory stream contains an SVG image; otherwise, False.
See Also