Click or drag to resize
Pdf Library for .NET

PdfFontCollectionItem Property

Gets or sets the font at the specified zero based index in the fonts collection.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfFont this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero based font index in the fonts pages collection.

Return Value

Type: PdfFont
The pdf font at the specified index.
See Also