Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EmbeddedFontCollection Class / Item Property
The type of the embedded font.

In This Topic
    Item Property (EmbeddedFontCollection)
    In This Topic
    Gets an embedded font from this collection with a specified type.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal type As EmbeddedFontType _
    ) As EmbeddedFont
    public EmbeddedFont this[ 
       EmbeddedFontType type
    ]; {get;}

    Parameters

    type
    The type of the embedded font.

    Property Value

    The embedded font with the specified type if found, otherwise a null reference (Nothing in Visual Basic).
    See Also