Gets or sets font name for right-to-left text.
Namespace: Spire.Doc.FormattingAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public string FontNameBidi { get; set; }
Public Property FontNameBidi As String Get Set
public: property String^ FontNameBidi { String^ get (); void set (String^ value); }
member FontNameBidi : string with get, set