LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

SetCodecInformation Method






The information to be updated.
Sets information about the specified codec. .NET support
Syntax
public void SetCodecInformation( 
   CodecsCodecInformation codecInfo
)
'Declaration
 
Public Sub SetCodecInformation( _
   ByVal codecInfo As CodecsCodecInformation _
) 
'Usage
 
Dim instance As RasterCodecs
Dim codecInfo As CodecsCodecInformation
 
instance.SetCodecInformation(codecInfo)
public void SetCodecInformation( 
   CodecsCodecInformation codecInfo
)
 function Leadtools.Codecs.RasterCodecs.SetCodecInformation( 
   codecInfo 
)
public:
void SetCodecInformation( 
   CodecsCodecInformation codecInfo
) 

Parameters

codecInfo
The information to be updated.
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.

Example
For an example, refer to GetCodecInformation.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterCodecs Class
RasterCodecs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.