Click or drag to resize

FontCollectionAddRange Method

Adds a set of fonts to the fonts collection.

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public void AddRange(
	PdfFont[] fonts
)

Parameters

fonts  PdfFont
The set of fonts to be added.
See Also