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
directoriesstring[]The array of directory names to use when looking for the font.
recursiveboolSet to
trueto 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.
Read the Font loading in cloud environments for an example of using this constructor.