Click or drag to resize

BaseCommonDecoderGetImageInfo Method

Overload List
  NameDescription
Public methodGetImageInfo(Stream)
Retrieve information from a file data stored in a Stream about the first frame.
(Overrides ImageDecoderGetImageInfo(Stream).)
Public methodGetImageInfo(String)
Retrieve information from a file about the first frame.
Public methodGetImageInfo(Stream, Int32)
Retrieve information from a file data stored in a Stream about specified frame.
(Overrides MultiFramedImageDecoderGetImageInfo(Stream, Int32).)
Public methodGetImageInfo(String, Int32)
Retrieve information from a file about specified frame.
Top
See Also