[]
Checks whether this collection contains an embedded font with the specified type.
public bool Contains(EmbeddedFontType type)
Public Function Contains(type As EmbeddedFontType) As Boolean
Type | Name | Description |
---|---|---|
EmbeddedFontType | type | The type of the embedded font. |
Type | Description |
---|---|
bool | true if the collection contains a font with the specified type, false otherwise. |