Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsTxtLoadOptions Class : Enabled Property |
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;}
public boolean isEnabled() public void setEnabled(boolean enabled)
<br/>get_Enabled();<br/>set_Enabled(value);<br/>Object.defineProperty('Enabled');
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.