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
Licensing Info
This property is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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
Licensing Info
This property is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.