C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / DocumentFontCollection Class / Item Property
The index of the DocumentFont in the current collection.

In This Topic
Item Property (DocumentFontCollection)
In This Topic
Gets or sets a DocumentFont in the current collection by its index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As DocumentFont
 

Parameters

index
The index of the DocumentFont in the current collection.

Property Value

The DocumentFont with the specified index.
See Also