A font collection.

Namespace: TallComponents.PDF.Fonts
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public class FontCollection : IEnumerable<Font>, 
	IEnumerable
Visual Basic
Public Class FontCollection _
	Implements IEnumerable(Of Font), IEnumerable

Remarks

This collection is read-only and cannot be changed.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Fonts..::..FontCollection

See Also