Provides extra options to use when saving a document to a text file using the LEADTOOLS Document Writers.
function lt.Document.Writer.TextDocumentOptions
extends DocumentOptions
class lt.Document.Writer.TextDocumentOptions
extends DocumentOptions
The options set in the TextDocumentOptions class will be used when the user saves a document using the DocumentFormat.Text format.
The TextDocumentOptions class contains the following properties:
Property | Description |
---|---|
DocumentType | The type of the Text document (ANSI, UTF8 or UNICODE). |
Formatted | To control whether the output file will be just a flow of text or try to maintain almost the same shape of original page (i.e. margins and lines between paragraphs using spaces). |
AddPageBreak | Add an optional marker between pages in the resulting text file. |
AddPageNumber | Print the page numbers in the resulting text file. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document