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.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public PdfFont this[
	int index
] { get; }

Parameters

index  Int32
The zero based font index in the fonts pages collection.

Return Value

PdfFont
The pdf font at the specified index.
See Also