LEADTOOLS Image File Support (Leadtools.Codecs assembly)

SetCodecInformation Method

Show in webframe







The information to be updated.
Sets information about the specified codec.
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
)

            
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

See Also

Reference

RasterCodecs Class
RasterCodecs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.