LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Enabled Property






Enables or disables the LEADTOOLS Txt codec. .NET support
Syntax
public bool Enabled {get; set;}
'Declaration
 
Public Property Enabled As Boolean
'Usage
 
Dim instance As CodecsTxtLoadOptions
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
public bool Enabled {get; set;}
 get_Enabled();
set_Enabled(value);
public:
property bool Enabled {
   bool get();
   void set (    bool value);
}

Property Value

true to enable the LEADTOOLS Txt codecs (Leadtools.Codecs.Txt.dll), false to disable it. Default is false.
Remarks

When this property is set to false, LEADTOOLS will not attempt to load TEXT files and rasterize them and the Leadtools.Codecs.Txt codecs will not be used.

Enabling the TEXT code will generally hinder performance when the RasterCodecs object is attempting to load a file on disk with a wrong or missing a file header.

Example
For an example, refer to CodecsTxtOptions.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsTxtLoadOptions Class
CodecsTxtLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.