←Select platform

DetachOptimizedLoadData Method

Summary

Detaches the optimized load data from the RasterCodecs object.

Syntax
C#
VB
C++
public CodecsOptimizedLoadData DetachOptimizedLoadData() 
Public Function DetachOptimizedLoadData() As CodecsOptimizedLoadData 
public:  
   CodecsOptimizedLoadData^ DetachOptimizedLoadData() 

Return Value

Returns the CodecsOptimizedLoadData object that represents the optimized load data from the RasterCodecs object.

Remarks

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.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

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