Click or drag to resize

PdfFontCollectionItem(Int32) Property

Gets the PdfFont at the specified index

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public PdfFont this[
	int index
] { get; }

Parameters

index  Int32
The zero-based index of the element to get.

Return Value

PdfFont
The PdfFont at the specified index.

Implements

IReadOnlyListTItemInt32
See Also