1. GroupDocs.Editor
  2. /
  3. GroupDocs.Editor for .NET
  4. /
  5. GroupDocs.Editor.Options
  6. /
  7. TextSaveOptions
  8. /
  9. PreserveTableLayout

PreserveTableLayout

TextSaveOptions.PreserveTableLayout property

Specifies whether the program should attempt to preserve layout of tables when saving in the plain text format. The default value is false.

public bool PreserveTableLayout { get; set; }

See Also