Get an Font by zero-based index from the FontCollection.

Namespace: TallComponents.PDF.Rasterizer.Fonts
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.0

Syntax

C#
public Font this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Font
	Get

Parameters

index
Type: System..::..Int32

See Also