Click or drag to resize

CFontProviderAddDirectory Method

Adds all fonts from the specified directory

Namespace:  ComPDF.PDFGeneration
Assembly:  ComPDFGeneration (in ComPDFGeneration.dll) Version: 1.0.0+340720369ae98791af8dd72f985ee6534adad5e3
Syntax
C#
public int AddDirectory(
	string fontDirectory
)

Parameters

fontDirectory
Type: SystemString
The directory path containing font files

Return Value

Type: Int32
The total number of fonts after adding, or 0 if the operation failed
See Also