PdfFontsCollectionItem Property

Gets the font at the given index from collection

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfFont this[
	int index
] { get; }

Parameters

index  Int32
 

Property Value

PdfFont

See Also