Click or drag to resize
Pdf Library for .NET

PdfFontCollectionAdd(PdfFont) Method

Adds the specified array of pdf fonts to the pdf document fonts collection.

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public void Add(
	PdfFont[] fonts
)

Parameters

fonts  PdfFont
The pdf fonts to be added to the collection.
See Also