Click or drag to resize

PdfFontResourceCollectionItem Property

Gets the PdfFontResource at the specified index.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfFontResource this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the PdfFontResource to get or set.

Return Value

Type: PdfFontResource
The PdfFontResource at the specified index.
Remarks
This is 0 indexed, so the first page is at index 0.
See Also