Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / WordLayoutSettings Class / DefaultFontFamilies Property

In This Topic
    DefaultFontFamilies Property
    In This Topic
    Gets or sets the array of font family names to choose the default font from. First elements of the array are more preferable than the subsequent ones.

    Setting FontCollection to a not null value makes this property unusable.

    Syntax
    'Declaration
     
    Public Property DefaultFontFamilies As System.String()
    public System.string[] DefaultFontFamilies {get; set;}
    See Also