←Select platform

ReadExtensions(Stream,int) Method

Summary
Loads extensions from the specified EXIF stream.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public CodecsExtensionList ReadExtensions( 
   Stream stream, 
   int pageNumber 
) 
- (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 
)  
def ReadExtensions(self,stream,pageNumber): 

Parameters

stream
The input file data stream.

pageNumber
1-based index of the page within the file that contains the extension.

Return Value

An CodecsExtensionList object that contains the extensions found in this file.

Remarks

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.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.