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;}
get_Enabled();
set_Enabled(value);
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.