GetFileInformation(Stream) Method

Summary

Gets JPEG 2000 file information from a stream.

Syntax
C#
VB
C++
public Jpeg2000FileInformation GetFileInformation( 
   Stream stream 
) 
  
Public Overloads Function GetFileInformation( _ 
   ByVal stream As Stream _ 
) As Jpeg2000FileInformation 
public: 
Jpeg2000FileInformation GetFileInformation(  
   Stream^ stream 
)  

Parameters

stream
A System.IO.Stream containing the JPEG 2000 stream data.

Return Value

A Jpeg2000FileInformation object that contains the information about the specified JPEG 2000 stream.

Remarks

All engine boxes will be reset.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpeg2000 Assembly