FontFamilyList.Item Property

Overloads

FontFamilyList[Int32]Gets the FontFamily at the specified index.
FontFamilyList[String]Gets the FontFamily with the specified name.

FontFamilyList[Int32]

Gets the FontFamily at the specified index.

public FontFamily this[int index] { get; set; }
Public Property Item(index As Integer) As FontFamily

Property Value

FontFamily

Licensing Info

This property is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

FontFamilyList[String]

Gets the FontFamily with the specified name.

public FontFamily this[string name] { get; set; }
Public Property Item(name As String) As FontFamily

Property Value

FontFamily

Licensing Info

This property is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

FontFamilyList
ceTe.DynamicPDF.Text

In this topic