![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > RasterCodecs Class : PreloadCodecsList Property |
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();
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.