Sets the information about all of the codecs.
public void SetCodecsInformation(
CodecsCodecInformation[] information
)
Public Sub SetCodecsInformation( _
ByVal information() As Leadtools.Codecs.CodecsCodecInformation _
)
public void setCodecsInformation(CodecsCodecInformation[] information)
public:
void SetCodecsInformation(
Leadtools.Codecs.array<CodecsCodecInformation>^ information
)
information
An array of CodecsCodecInformation containing information about all of the codecs.
Use GetCodecsInformation to get information about all of the codecs.
Use GetCodecInformation to get information for a particular codec.
Use SetCodecInformation to set information for a particular codec.
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