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

PreloadCodecsList Property






Gets the current preload codecs list. .NET support
Syntax
public string PreloadCodecsList {get;}
'Declaration
 
Public ReadOnly Property PreloadCodecsList As String
'Usage
 
Dim instance As RasterCodecs
Dim value As String
 
value = instance.PreloadCodecsList
public string PreloadCodecsList {get;}
 get_PreloadCodecsList(); 
public:
property String^ PreloadCodecsList {
   String^ get();
}

Property Value

The current preload codecs list.
Remarks

Use this property before calling PreloadCodecs if you wish to get the current setting for the preload codecs list before changing it.

The preload codecs list contains the list of fixed and cached codecs.

The fixed codec count can be obtained from FixedPreloadCodecs.

The cached codec count can be obtained from CachedPreloadCodecs.

Example
For an example, refer to PreloadCodecs.
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

RasterCodecs Class
RasterCodecs Members
Loading File Codecs
PreloadCodecs Method

 

 


Products | Support | Contact Us | Copyright Notices

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