Continues speeding up the loading of pages from the same source image file or document in this RasterCodecs object.
public void StartOptimizedLoad(
CodecsOptimizedLoadData data
)
Public Sub StartOptimizedLoad(
ByVal data As CodecsOptimizedLoadData
)
public:
void StartOptimizedLoad(
CodecsOptimizedLoadData^ data
)
data
Optimized load data to use.
Optimizes getting information, loading, or conversion from a file with multiple pages. Call this method before a loop that involves loading from the same source file or stream. Call StopOptimizedLoad when finished.
This method should be used only if the source file is the same and its contents is unchanged.
This method can greatly speed up a loop involving multiple GetInformation, GetInformationAsync, Load, LoadAsync, or Convert) methods for certain formats (for example, TXT, DOCX, and PDF files).
For more information, refer to Using the OptimizedLoad Functions to Speed Loading Large Files.
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