public CodecsOptimizedLoadData DetachOptimizedLoadData()
Public Function DetachOptimizedLoadData() As CodecsOptimizedLoadData
public:
CodecsOptimizedLoadData^ DetachOptimizedLoadData()
Returns the CodecsOptimizedLoadData object that represents the optimized load data from the RasterCodecs object.
Detaches the optimized load data from the RasterCodecs object. This transfers the ownership of the optimized load data from the RasterCodecs instance to the caller. After calling this method, the CodecsOptimizedLoadData object will no longer be managed by the RasterCodecs instance and will be valid until the user disposes it.
The value returned by DetachOptimizedLoadData is the same as the value obtained using GetOptimizedLoadData(true).
For more information, refer to Using the OptimizedLoad Functions to Speed Loading Large Files.
RasterCodecs.GetOptimizedLoadData(bool)
CodecsOptimizedLoadData.UnmanagedData
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