Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / SystemFontCollection Class / Item Property

In This Topic
    Item Property (SystemFontCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As Font
    public Font this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    See Also