←Select platform

IgnoreCodecsList Property

Summary

Gets the current ignore codecs list.

Syntax
C#
VB
C++
Java
public string IgnoreCodecsList { get; } 
Public ReadOnly Property IgnoreCodecsList As String 
public String getIgnoreCodecsList() 
public: 
property String^ IgnoreCodecsList { 
   String^ get(); 
} 

Property Value

The current ignore codecs list.

Remarks

Use this property before calling IgnoreCodecs if you wish to get the current setting for the ignore codecs list before changing it.

Example

For an example, refer to PreloadCodecs.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly