←Select platform

Enabled Property

Summary

Enables or disables the LEADTOOLS Txt codec.

Syntax
C#
VB
C++
Java
public bool Enabled { get; set; } 
Public Property Enabled As Boolean 
public boolean isEnabled() 
public void setEnabled(boolean enabled) 
public: 
property bool Enabled { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly