Adds a set of fonts to the fonts collection.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public void AddRange(
	PdfFont[] fonts
)
Visual Basic
Public Sub AddRange ( 
	fonts As PdfFont()
)
Visual C++
public:
void AddRange(
	array<PdfFont^>^ fonts
)

Parameters

fonts
Type: array<EvoPdf..::..PdfFont>[]()[][]
The set of fonts to be added.

See Also