PdfConfigurationOptions.FontLoader Property

Gets or sets the font loader.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public IFontLoader FontLoader { get; set; }
VB
Public Property FontLoader As IFontLoader
	Get
	Set

Property Value

Type: IFontLoader
The font loader to use.

Remarks

The font loader can not be null. By default, the library uses the static instance of SystemFontLoader for font loaders.

The library uses font loader to get font bytes when:

  • the font is not embedded in the PDF document, or
  • the font is added to the PDF document by using family name and style only

See Also