Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontInfo Class / Embedded Property

In This Topic
    Embedded Property
    In This Topic
    Gets the collection of embedded forms of this font.

    This collection can contain from zero to four embedded font forms: regular, bold, italic and bold-italic.

    Syntax
    'Declaration
     
    Public ReadOnly Property Embedded As EmbeddedFontCollection
    public EmbeddedFontCollection Embedded {get;}
    See Also