[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FontInfoCollection.Contains

Contains Method

Contains(string)

Checks whether the collection contains a font with the specified primary name.

Declaration
public bool Contains(string name)
Parameters
Type Name Description
string name

The font primary name.

Returns
Type Description
bool

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