OutlineCollectionItem Property
Gets outline item from collection by index.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public OutlineItemCollection this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index of requested item.

Return Value

Type: OutlineItemCollection
See Also