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




codecInfo
The information to be updated.
Sets information for the specified codec.

Syntax

Visual Basic (Declaration) 
Public Sub SetCodecInformation( _
   ByVal codecInfo As CodecsCodecInformation _
) 
Visual Basic (Usage)Copy Code
Dim instance As RasterCodecs
Dim codecInfo As CodecsCodecInformation
 
instance.SetCodecInformation(codecInfo)
C# 
public void SetCodecInformation( 
   CodecsCodecInformation codecInfo
)
Managed Extensions for C++ 
public: void SetCodecInformation( 
   CodecsCodecInformation codecInfo
) 
C++/CLI 
public:
void SetCodecInformation( 
   CodecsCodecInformation codecInfo
) 

Parameters

codecInfo
The information to be updated.

Example

For an example, refer to GetCodecInformation.

Remarks

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.

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