Sets information about the specified codec.
public void SetCodecInformation(
CodecsCodecInformation codecInfo
)
Public Sub SetCodecInformation( _
ByVal codecInfo As Leadtools.Codecs.CodecsCodecInformation _
)
public void setCodecInformation(CodecsCodecInformation codecInfo)
public:
void SetCodecInformation(
Leadtools.Codecs.CodecsCodecInformation codecInfo
)
codecInfo
The information to be updated.
Use this to modify the default handling of the codecs. For example, you can use this to change the default file extension list for a certain codec.
You can also use this to check for a certain file format only for files whose extension matches the default extension list.
For an example, refer to GetCodecInformation.
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