public class PdfFontsCollection : IEnumerablePublic Class PdfFontsCollection
Implements IEnumerablepublic ref class PdfFontsCollection : IEnumerabletype PdfFontsCollection =
class
interface IEnumerable
end| Count | The number of fonts in collection |
| Item | Gets the font at the given index from collection |
| PdfDocument | The PDF document owning this fonts collection |
| CreateFont(Font) | Creates a PDF font from the given .NET font and adds it to the collection. The font will be embedded in the generated PDF document |
| CreateFont(String) | Creates a PDF font from the given font file |
| CreateFont(Font, Boolean) | Creates a PDF font from the given .NET font and adds it to the collection. Optionally embeds the font in the generated PDF document based on embed parameter value |
| CreateFontFromData(Byte) | Creates a system font from font data and adds it to the collection |
| CreateFontFromData(Byte, Single, FontStyle) | Creates a system font with size and style from font data and adds it to the collection |
| CreateStandardFont | Creates a PDF font from the given standard Type 1 font and adds it to the collection |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetEnumerator | Returns the collection enumerator |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |