TextSaveOptionsAddBidiMarks Property |
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.
Namespace: GroupDocs.Editor.OptionsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.10.0.0
Syntaxpublic bool AddBidiMarks { get; set; }
Public Property AddBidiMarks As Boolean
Get
Set
public:
property bool AddBidiMarks {
bool get ();
void set (bool value);
}
member AddBidiMarks : bool with get, set
Property Value
Type:
Boolean
See Also