The TXT file format is actually the ASCII text format. The LEADTOOLS TXT filter is designed to read text files with .TXT extension, and display them as raster images.
IMPORTANT: TXT filter is disabled by default. To enable this filter, CodecsTxtOptions.CodecsTxtLoadOptions.Enabled property should be used.
The default extension used by this format is: TXT.
This file format does not support progressive loads and saves, stamps, or Lossless JPEG compression. Multi-page files are supported.
The file constants associated with this file format are:
Constant | Read Support | Write Support | Description |
---|---|---|---|
Txt | 24 BPP * | Unsupported | ASCII Text format |
Required DLL: Leadtools.Codecs.Txt.Dll. For a listing of the exact DLLs needed, based on the toolkit version, refer to Files To Be Included With Your Application .
* When the TXT format is rasterized, it will generate a 24 BPP bitmap.
Related Formats: RTF - Rich Text Format
Platforms: .NET 2/3, .NET 4
NOTE: LEADTOOLS also supports writing the TXT file format using the LEADTOOLS Document Writers. For more information on the LEADTOOLS Document Writers SDK, refer to Introduction.