TextSaveOptionsPreserveTableLayout Property |
Specifies whether the program should attempt to preserve layout of tables when saving in the plain text format. The default value is false.
Namespace: GroupDocs.Editor.OptionsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.10.0.0
Syntaxpublic bool PreserveTableLayout { get; set; }
Public Property PreserveTableLayout As Boolean
Get
Set
public:
property bool PreserveTableLayout {
bool get ();
void set (bool value);
}
member PreserveTableLayout : bool with get, set
Property Value
Type:
Boolean
See Also