OutlineCollectionItem Property |
Gets outline item from collection by index.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic OutlineItemCollection this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As OutlineItemCollection
Get
public:
property OutlineItemCollection^ default[int index] {
OutlineItemCollection^ get (int index);
}
member Item : OutlineItemCollection with get
Parameters
- index
- Type: SystemInt32
Index of requested item.
Return Value
Type:
OutlineItemCollection
See Also