[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.EmbeddedFontCollection.Contains

Contains Method

Contains(EmbeddedFontType)

Checks whether this collection contains an embedded font with the specified type.

Declaration
public bool Contains(EmbeddedFontType type)
Public Function Contains(type As EmbeddedFontType) As Boolean
Parameters
Type Name Description
EmbeddedFontType type

The type of the embedded font.

Returns
Type Description
bool

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