Gets the current preload codecs list.
public string PreloadCodecsList { get; }
Public ReadOnly Property PreloadCodecsList As String
public String getPreloadCodecsList()
public:
property String^ PreloadCodecsList {
String^ get();
}
The current preload codecs list.
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.
For an example, refer to PreloadCodecs.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET