[]
Represents the settings for exporting data to a TXT format.
public class TxtExportSettings : BaseExportSettings
| Name | Description |
|---|---|
| TxtExportSettings() |
| 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. |
| PreserveHiddenText | Gets or sets value indicates whether invisible text and partially cut-off text are exported.. |
| 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. |