Leadtools.Codecs Namespace : CodecsCodecLoadMode Enumeration |
public enum CodecsCodecLoadMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum CodecsCodecLoadMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As CodecsCodecLoadMode
public enum CodecsCodecLoadMode : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Codecs.CodecsCodecLoadMode = function() { }; Leadtools.Codecs.CodecsCodecLoadMode.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class CodecsCodecLoadMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Dynamic | The codec is dynamically loaded and freed as necessary. |
Fixed | The codec is loaded into memory and will never be unloaded. (This makes the file handling very fast). |
Ignored | The codec is ignored. You cannot load, save or get the file information for any files normally handled by this codec. |
LEADTOOLS maintains a list of codecs used for querying for the file information.
Fixed codecs are never unloaded from the list. This makes the file detection of file formats very fast.
Dynamic codecs are dynamically unloaded when the number of loaded codecs exceeds the number set through RasterCodecs.PreloadCodecs.
Ignored codecs will never be used. You cannot load, save or obtain information on file formats normally handled by a codec that is ignored.
Once you save or load a file handled by a certain codec, that codec will be permanently loaded into memory. From that point on, setting the codecs load mode has no effect.
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsCodecLoadMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2