LEADTOOLS Image File Support (Leadtools.Codecs assembly)

PreloadCodecsList Property

Show in webframe







Gets the current preload codecs list.
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;}

            
public String getPreloadCodecsList()
 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

See Also

Reference

RasterCodecs Class
RasterCodecs Members
Loading File Codecs
PreloadCodecs Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.