Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DocumentBase Class / Fonts Property

In This Topic
    Fonts Property
    In This Topic
    Gets the collection of FontInfo objects associated with this document.
    Syntax
    'Declaration
     
    Public ReadOnly Property Fonts As FontInfoCollection
    public FontInfoCollection Fonts {get;}
    See Also