GetOptimizedLoadData(bool) Method (original) (raw)
Summary
Gets the current optimized load data.
Syntax
Parameters
allowUnmanagedData
Set to true to get managed (flat) or unmanaged(non-flat) load data.
Set to false to get only managed (flat) load data.
Return Value
CodecsOptimizedLoadData object containing the current optimize load data being used by this RasterCodecs object or null if the current RasterCodecs
object is not using optimize load, or the last file format used does not support it, or the optimized load data is not compatible with the _allowUnmanagedData parameter.
If the file format uses non-flat (unmanaged) load data:
- GetOptimizedLoadData(true) will return a CodecsOptimizedLoadData
- GetOptimizedLoadData(false) and GetOptimizedLoadData() will return null
If the file format uses flat managed load data, both GetOptimizedLoadData(true) and GetOptimizedLoadData(false) will return a CodecsOptimizedLoadData.
Leadtools.Codecs Assembly
CompactFile(Stream,Stream,int,int,bool,int,int,bool,int,CodecsSavePageMode,bool,bool) Method
CompactFile(Stream,Stream,int,int,bool,long,int,bool,long,CodecsSavePageMode,bool,bool,bool) Method
CompactFile(string,string,int,int,bool,int,int,bool,int,CodecsSavePageMode,bool,bool) Method
CompactFile(string,string,int,int,bool,long,int,bool,long,CodecsSavePageMode,bool,bool,bool) Method