TxtExportSettings Class Members
In This Topic
The following tables list the members exposed by TxtExportSettings.
Public Constructors
Public Properties
| Name | Description |
 | Encoding | Gets or sets an enumerated system encoding value to use for character encoding in the text file. |
 | PageDelimiter | Gets or sets a delimiter to mark the end of each page in the text file. |
 | QuotationMode | Gets or sets the mode for applying quotations in the text file. |
 | QuotationSymbol | Gets or sets a symbol used for quoting mark in the exported text file. |
 | SuppressEmptyLines | Gets or sets a value indicating whether to suppress empty lines in the output file. |
 | TextDelimiter | Gets or sets the delimiter used to mark the end of each text field. |
Top
See Also