TextSaveOptions
Leave feedback
On this page
Allows to specify custom options for generating and saving plain text (TXT) documents
public sealed class TextSaveOptions : ISaveOptions
| Name | Description |
|---|---|
| TextSaveOptions() | The default constructor. |
| Name | Description |
|---|---|
| AddBidiMarks { get; set; } | Specifies whether to add bi-directional marks before each BiDi run when exporting in plain text format. Default is ‘false’ — do not add BiDi marks. |
| Encoding { get; set; } | Character encoding of the text document, which will be applied for its saving |
| PreserveTableLayout { get; set; } | Specifies whether the program should attempt to preserve layout of tables when saving in the plain text format. The default value is false. |
- interface ISaveOptions
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.