Creates a font collection for the specified PDF document

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

Syntax

C#
public FontCollection(
	Document document
)
Visual Basic
Public Sub New ( 
	document As Document
)
Visual C++
public:
FontCollection(
	Document^ document
)

Parameters

document
Type: EvoPdf..::..Document
The parent document of the fonts collection

See Also