RegisteredDecodersGetImageInfo Method (Stream, Int32) |
Returns information about an encoded image file specifying a stream and frame index.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic static ImageInfo GetImageInfo(
Stream stream,
int frameIndex
)
Public Shared Function GetImageInfo (
stream As Stream,
frameIndex As Integer
) As ImageInfo
Parameters
- stream
- Type: System.IOStream
A stream containing the encoded image data. - frameIndex
- Type: SystemInt32
If the image contains multiple frames, this is the zero based index to retreive
information from.
Return Value
Type:
ImageInfo
See Also