Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontBase Class / NameBi Property

In This Topic
    NameBi Property
    In This Topic
    Gets or sets the name of the font used for complex script characters.

    In an Office Math zone this property takes into account the OMathOptions.Font property.

    Syntax
    'Declaration
     
    Public Property NameBi As System.String
    public System.string NameBi {get; set;}
    See Also