Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

GetCodecsInformation Method








Gets information about all of the codecs.
Syntax
public CodecsCodecInformation[] GetCodecsInformation()
'Declaration
 
Public Function GetCodecsInformation() As CodecsCodecInformation()
'Usage
 
Dim instance As RasterCodecs
Dim value() As CodecsCodecInformation
 
value = instance.GetCodecsInformation()
public CodecsCodecInformation[] GetCodecsInformation()
public CodecsCodecInformation[] getCodecsInformation()
 function Leadtools.Codecs.RasterCodecs.GetCodecsInformation()
public:
array<CodecsCodecInformation>^ GetCodecsInformation(); 

Return Value

An array of CodecsCodecInformation objects containing information about all of the codecs.
Remarks

Use SetCodecsInformation to set information about all of the codecs.

Use GetCodecInformation to get information about a particular codec.

Use SetCodecInformation to set information about a particular codec.

Example
For an example, refer to GetCodecInformation.
Requirements

Target Platforms

See Also

Reference

RasterCodecs Class
RasterCodecs Members
Fast File Info

Error processing SSI file