public CodecsExtensionList ReadExtensions(
string fileName,
int pageNumber
)
- (nullable LTCodecsExtensionList *)readExtensionsFromFile:(NSString *)file
pageNumber:(NSInteger)pageNumber
error:(NSError **)error
public:
CodecsExtensionList^ ReadExtensions(
String^ fileName,
int pageNumber
)
def ReadExtensions(self,fileName,pageNumber):
fileName
The input file name.
pageNumber
1-based index of the page within the file that contains the extension.
A 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.
This example will show detailed information on the streams present in the Exif file.
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