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.