LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

CodecsCodecLoadMode Enumeration






The handling mode for a file codec. .NET support
Syntax
public enum CodecsCodecLoadMode : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum CodecsCodecLoadMode 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As CodecsCodecLoadMode
public enum CodecsCodecLoadMode : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.Codecs.CodecsCodecLoadMode = function() { };
Leadtools.Codecs.CodecsCodecLoadMode.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class CodecsCodecLoadMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
DynamicThe codec is dynamically loaded and freed as necessary.
FixedThe codec is loaded into memory and will never be unloaded. (This makes the file handling very fast).
IgnoredThe codec is ignored. You cannot load, save or get the file information for any files normally handled by this codec.
Remarks

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.

Example
For an example, refer to RasterCodecs.GetCodecInformation.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsCodecLoadMode

Requirements

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

See Also

Reference

Leadtools.Codecs Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.