Click or drag to resize
FontCollectionAddRange Method
Adds a set of fonts to the fonts collection.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public void AddRange(
	PdfFont[] fonts
)

Parameters

fonts
Type: ExpertPdf.HtmlToPdf.PdfDocumentPdfFont
The set of fonts to be added.
See Also