Table of Contents

Constructor DirectoryFontLoader

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

DirectoryFontLoader(string[], bool)

Initializes a new instance of the DirectoryFontLoader class.

public DirectoryFontLoader(string[] directories, bool recursive)

Parameters

directories string[]

The array of directory names to use when looking for the font.

recursive bool

Set to true to perform the search in subdirectories too.

Remarks

The directories array must include at least one entry. Each entry must be the name of an existing directory.