Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / SaveOptions Class / AvailableFonts Property

In This Topic
    AvailableFonts Property
    In This Topic
    Gets or sets fonts available to save in the document. The default value is GrapeCity.Documents.Text.FontCollection.SystemFonts.
    Syntax
    'Declaration
     
    Public Property AvailableFonts As GrapeCity.Documents.Text.IFontCollection
    public GrapeCity.Documents.Text.IFontCollection AvailableFonts {get; set;}
    See Also