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
public enum CodecsCodecLoadMode
Leadtools.Codecs.CodecsCodecLoadMode = function() { }; Leadtools.Codecs.CodecsCodecLoadMode.prototype = {
Dynamic = 0x00000000, Fixed = 0x00000001, Ignored = 0x00000002, };
public enum class CodecsCodecLoadMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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