[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.EmbeddedFontCollection.Item

this Property

this[EmbeddedFontType]

Gets an embedded font from this collection with a specified type.

Declaration
public EmbeddedFont this[EmbeddedFontType type] { get; }
Public ReadOnly Default Property Item(type As EmbeddedFontType) As EmbeddedFont
Parameters
Type Name Description
EmbeddedFontType type

The type of the embedded font.

Property Value
Type Description
EmbeddedFont

The embedded font with the specified type if found, otherwise null.