Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
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()
Managed Extensions for 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also