TextSaveOptions

TextSaveOptions class

Allows to specify custom options for generating and saving plain text (TXT) documents

public sealed class TextSaveOptions : ISaveOptions

Constructors

Name Description
TextSaveOptions() The default constructor.

Properties

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.

See Also