TdxSVGImageCodec.CanLoadStream(TStream) Method
In This Article
Identifies if the codec can load an image stored in the specified stream.
#Declaration
#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