Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > RasterCodecs Class : SetCodecInformation Method |
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 )
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.