HiQPdf Documentation

PdfFontsCollection Class

Quickly Create High Quality PDFs
A collection of PdfFont objects
Inheritance Hierarchy

SystemObject
  HiQPdfPdfFontsCollection

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public class PdfFontsCollection : IEnumerable

The PdfFontsCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
The number of fonts in collection
Public propertyItem
Gets the font at the given index from collection
Public propertyPdfDocument
The PDF document owning this fonts collection
Top
Methods

  NameDescription
Public methodCreateFont(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
Public methodCreateFont(String)
Creates a PDF font from the given font file
Public methodCreateFont(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
Public methodCreateFontFromData(Byte)
Creates a system font from font data and adds it to the collection
Public methodCreateFontFromData(Byte, Single, FontStyle)
Creates a system font with size and style from font data and adds it to the collection
Public methodCreateStandardFont
Creates a PDF font from the given standard Type 1 font and adds it to the collection
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns the collection enumerator
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference