←Select platform

UnmanagedData Property

Summary

Indicates whether the optimized load data is unmanaged (non-flat).

Syntax
C#
C++/CLI
Python
public IntPtr UnmanagedData {get;set;} 
public:  
   property System::IntPtr UnmanagedData 
   { 
      System::IntPtr get() 
      void set(System::IntPtr value) 
   } 
UnmanagedData # get and set (CodecsOptimizedLoadData) 

Property Value

NULL if the optimized load data is managed (flat) only; non-NULL if the load data includes unmanaged (non-flat) data. The default value is 0.

Remarks

Call GetOptimizedLoadData(true) to obtain load data for file formats that use unmanaged or non-flat load data.

Load data obtained with this method with allowUnmanagedData == true, which contains unmanaged data.

For more information, refer to Using the OptimizedLoad Functions to Speed Loading Large Files.

Requirements

Target Platforms

Help Version 22.0.2023.5.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

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