HiQPdf Documentation

PdfOutlinesCollectionItem Property

Quickly Create High Quality PDFs
Returns the outline at the given index in collection

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfOutline this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The outline index

Return Value

Type: PdfOutline
The outline at the given index in collection
See Also

Reference