PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / EmbeddedFontCollection Class / Item Property
The index in the current collection.

In This Topic
    Item Property (EmbeddedFontCollection)
    In This Topic
    Gets the EmbeddedFont at the specified index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As EmbeddedFont
    public EmbeddedFont this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index in the current collection.

    Property Value

    The EmbeddedFont at the specified index.
    See Also