Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
Enabled Property
See Also 
Leadtools.Codecs Namespace > CodecsTxtLoadOptions Class : Enabled Property




Enables or disables the LEADTOOLS Txt file filter.

Syntax

Visual Basic (Declaration) 
Public Property Enabled As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CodecsTxtLoadOptions
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
C# 
public bool Enabled {get; set;}
Managed Extensions for C++ 
public: __property bool get_Enabled();
public: __property void set_Enabled( 
   bool value
);
C++/CLI 
public:
property bool Enabled {
   bool get();
   void set (bool value);
}

Return Value

true to enable the LEADTOOLS Txt file filter, false to disable it.

Example

For an example, refer to CodecsTxtOptions.

Remarks

When this property is set to false, LEADTOOLS will not attempt to load TEXT files and rasterize them.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also