Click or drag to resize

PdfDocument SetCustomFontsFolders Method

Note: This API is now obsolete.

Set the path to the folder where the custom font is located.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("This method may be removed in the future, please use LoadCustomFontFolder method instead.")]
public static void SetCustomFontsFolders(
	string fontPath
)

Parameters

fontPath
Type: System String
the folder path.
See Also