Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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
)
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also