[]
        
(Showing Draft Content)

C1.C1Preview.DocumentFontCollection.Item

this Property

this[int]

Gets or sets a DocumentFont in the current collection by its index.

Declaration
public DocumentFont this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As DocumentFont
Parameters
Type Name Description
int index

The index of the DocumentFont in the current collection.

Property Value
Type Description
DocumentFont

The DocumentFont with the specified index.