LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
FilterEnum Class
See Also  Members  
Leadtools.Multimedia Namespace : FilterEnum Class



The FilterEnum object allows the user to get or set filter merit as well as enable or disable filters through merit changing.

Object Model

FilterEnum Class

Syntax

Visual Basic (Declaration) 
Public Class FilterEnum 
Visual Basic (Usage)Copy Code
Dim instance As FilterEnum
C# 
public class FilterEnum 
C++/CLI 
public ref class FilterEnum 

Remarks

The FilterEnum object allows the user to get or set filter merit as well as enable or disable filters through merit changing. An FilterEnum object is not obtained through a parent object’s but it should be created externally.

Inheritance Hierarchy

System.Object
   Leadtools.Multimedia.FilterEnum

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also