LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Enabled Property

Show in webframe







Enables or disables the LEADTOOLS Txt codec.
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);
Object.defineProperty('Enabled');
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

See Also

Reference

CodecsTxtLoadOptions Class
CodecsTxtLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.