Click or drag to resize

PdfBookmarkCollectionItem Property

Gets the element at the specified index.

Namespace:  RadPdf.Data.Document.Bookmarks
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 5.6.0.0 (5.6.0.0)
Syntax
public PdfBookmark this[
	int index
] { get; }

Parameters

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

Return Value

Type: PdfBookmark
The PdfBookmark at the specified index.
See Also