Click or drag to resize

BookmarkCollectionItem(Int32) Property

Gets the Bookmark at the specified index.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public Bookmark this[
	int index
] { get; }

Parameters

index  Int32
The zero-based index of the bookmark to get.

Return Value

Bookmark
The bookmark at the specified index.
See Also