Gets JPEG 2000 file information from a stream.
public Jpeg2000FileInformation GetFileInformation(
Stream stream
)
stream
A System.IO.Stream containing the JPEG 2000 stream data.
A Jpeg2000FileInformation object that contains the information about the specified JPEG 2000 stream.
All engine boxes will be reset.
For an example, refer to Leadtools.Jpeg2000.Jpeg2000Engine.AppendGmlData(string fileName, GmlData gmlData) example.