TlaDecoderGetImageInfo Method (Stream) |
Retreive information from a Tla image stored in a Stream without decoding the image data.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public override ImageInfo GetImageInfo(
Stream stream
)
Public Overrides Function GetImageInfo (
stream As Stream
) As ImageInfo
Parameters
- stream
- Type: System.IOStream
A stream containing the encoded image data.
Return Value
Type:
ImageInfo An ImageInfo object containing information about the image.
Remarks This method currently uses obsolete property
Password for reading. If password for reading is nesessary then please use GetImageInfo method with password as a parameter.
If obsolete property Password is not set then no password is used.
See Also