Click or drag to resize
FontCollectionItem Property
Gets the font from the specified index.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public PdfFont this[
	int fontIndex
] { get; }

Parameters

fontIndex
Type: SystemInt32

Property Value

Type: PdfFont
See Also