LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
LEADDefault Field
See Also 
Leadtools.Multimedia Namespace > Constants.PreferredFilters Class : LEADDefault Field



'Use LEAD Default Filter' constant string.

Syntax

Visual Basic (Declaration) 
Public Const LEADDefault As String
Visual Basic (Usage)Copy Code
Dim value As String
 
value = Constants.PreferredFilters.LEADDefault
C# 
public const string LEADDefault
C++/CLI 
public:
const String^ LEADDefault

Remarks

When you set the preferred filter to this string, it will instruct the toolkit to force the use of the LEAD filter.

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