PdfFontManagerRegisterFontDirectory Method

Registers all supported font files from a directory

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public static int RegisterFontDirectory(
	string directoryPath
)

Parameters

directoryPath  String
The path to the directory

Return Value

Int32
The number of registered fonts

See Also