Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
GetCodecsInformation Method
See Also 
Leadtools.Codecs Namespace > RasterCodecs Class : GetCodecsInformation Method



Gets the information for all the codecs.

Syntax

Visual Basic (Declaration) 
Public Function GetCodecsInformation() As CodecsCodecInformation()
Visual Basic (Usage)Copy Code
Dim instance As RasterCodecs
Dim value() As CodecsCodecInformation
 
value = instance.GetCodecsInformation()
C# 
public CodecsCodecInformation[] GetCodecsInformation()
C++/CLI 
public:
array<CodecsCodecInformation>^ GetCodecsInformation(); 

Return Value

An array of CodecsCodecInformation containing information for all the codecs.

Example

For an example, refer to GetCodecInformation.

Remarks

Use SetCodecsInformation to set information for all the codecs.

Use GetCodecInformation to get information for a particular codec.

Use SetCodecInformation to set information for a particular codec.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also