ParseJpeg
Create a parsed JPEG from a stream. The stream must be both readable and seekable. If not then an exception will be thrown.
Syntax
[C#]
ParseJpeg(Stream stream);
[Visual Basic]
Sub New(stream As Stream)
Notes
None.
Example
None.