LEADTOOLS supports the following file formats which support multipage files:
To load all pages of a multipage file, use one of the Load methods that have the firstPage and lastPage parameters, setting firstPage to 1 and lastPage to -1.
Some multipage files can be loaded more quickly by one of two mechanisms, as follows:
Some other multipage file formats (including DICOM, PDF, Jp2, among others), can use the OptimizedLoad functions. To use this mechanism, perform something like the following steps:
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET