Loads extensions from the specified Exif stream.
public CodecsExtensionList ReadExtensions(
Stream stream,
int pageNumber
)
Public Overloads Function ReadExtensions( _
ByVal stream As Stream, _
ByVal pageNumber As Integer _
) As CodecsExtensionList
- (nullable LTCodecsExtensionList *)readExtensionsFromStream:(LTLeadStream *)stream
pageNumber:(NSInteger)pageNumber
error:(NSError **)error
public CodecsExtensionList readExtensions(ILeadStream stream, int pageNumber)
public:
CodecsExtensionList^ ReadExtensions(
Stream^ stream,
int pageNumber
)
stream
The input file data stream.
pageNumber
1-based index of the page within the file that contains the extension.
An CodecsExtensionList object that contains the extensions found in this file.
Please note that not all Exif files have extensions.
Currently, this method works only with Exif files. Exif files can contain extra data stored as "FlashPix extensions". This method can be used to access this extra data. Leadtools refers to this extra data as "extensions".
You must dispose the CodecsExtensionList returned from this method when you are done using it.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document