←Select platform

IgnoreCodecsList Property

Summary

Gets the current ignore codecs list.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly