Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.03.27
File Formats: Text file format (TXT)
    

The TXT file format is actually the ASCII text format. The LEADTOOLS for WPF 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:

RasterImageViewer.Save
File 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.