HiQPdf Documentation

PdfFontsCollection Methods

Quickly Create High Quality PDFs

The PdfFontsCollection type exposes the following members.

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