Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

SetCodecInformation Method








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

Error processing SSI file