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

In This Topic
    NameAscii Property
    In This Topic
    Gets or sets the font used for Latin text (characters with character codes from 0 (zero) through 127).

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

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