LoadMetadata(Stream,ContainerFormat) Method
Loads the metadata of an image from a System.IO.Stream.
'Declaration
Public Overloads Sub LoadMetadata( _
ByVal As System.IO.Stream, _
ByVal As ContainerFormat _
)
Parameters
- stream
- The input stream.
- containerFormat
- The image container format; use Unknown to detect the format automatically.