PdfOutlinesCollectionItem Property

Returns the outline at the given index in collection

Definition

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

Parameters

index  Int32
The outline index

Return Value

PdfOutline
The outline at the given index in collection

See Also