Table of Contents

Class DirectoryFontLoader

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

An implementation of the IFontLoader interface that loads font bytes from the specified directories.

public sealed class DirectoryFontLoader : IFontLoader
Inheritance
DirectoryFontLoader
Implements
Inherited Members

Remarks

The Font loading in cloud environments section of the Extract text from PDF in C# and VB.NET article shows how to use this type of font loaders.

Check out the other articles and code samples on the PDF to text page.

Constructors

DirectoryFontLoader(string[], bool)

Initializes a new instance of the DirectoryFontLoader class.

Methods

Load(string, bool, bool)

Loads font bytes by checking the font files in the previously specified directories.

TryLoad(string, bool, bool, Stream)

Attempts to load font bytes by checking the font files in the previously specified directories.