Enables or disables the LEADTOOLS Txt codec.
public bool Enabled { get; set; }
Public Property Enabled As Boolean
public boolean isEnabled()
public void setEnabled(boolean enabled)
true to enable the LEADTOOLS Txt codecs (Leadtools.Codecs.Txt.dll), false to disable it. Default is false.
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.
For an example, refer to CodecsTxtOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET