PdfDocument
LoadCustomFontFolder Method
|
Load custom font folder.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public static void LoadCustomFontFolder(
string fontFolder
)
Public Shared Sub LoadCustomFontFolder (
fontFolder As String
)
public:
static void LoadCustomFontFolder(
String^ fontFolder
)
static member LoadCustomFontFolder :
fontFolder : string -> unit
Parameters
-
fontFolder
-
Type:
System
String
the font folder.
See Also