Click or drag to resize

FontCollectionItem Property

Gets the font from the specified index.

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public PdfFont this[
	int fontIndex
] { get; }

Parameters

fontIndex  Int32
 

Property Value

PdfFont
See Also