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

In This Topic
    Contains Method (EmbeddedFontCollection)
    In This Topic
    Checks whether this collection contains an embedded font with the specified type.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal type As EmbeddedFontType _
    ) As System.Boolean
    public System.bool Contains( 
       EmbeddedFontType type
    )

    Parameters

    type
    The type of the embedded font.

    Return Value

    true if the collection contains a font with the specified type, false otherwise.
    See Also