Gets the font from the specified index.

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

Syntax

C#
public PdfFont this[
	int fontIndex
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	fontIndex As Integer
) As PdfFont
	Get
Visual C++
public:
property PdfFont^ default[int fontIndex] {
	PdfFont^ get (int fontIndex);
}

Parameters

fontIndex
Type: System..::..Int32

Property Value

Type: PdfFont

See Also