[]
Gets or sets a DocumentFont in the current collection by its index.
public DocumentFont this[int index] { get; }
Type | Name | Description |
---|---|---|
int | index | The index of the DocumentFont in the current collection. |
Type | Description |
---|---|
DocumentFont | The DocumentFont with the specified index. |