Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public DirectoryFontLoader(
string[] directories,
bool recursive
)
VB
Public Sub New (
directories As String(),
recursive As Boolean
)
Parameters
- directories
- Type: System.String[]
The array of directory names to use when looking for the font.
- recursive
- Type: System.Boolean
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.
See Also