ExpertPdf PDF Creator Library
Item Property (bookmarkIndex)
NamespacesExpertPdf.PdfCreatorBookmarksCollectionItem[([( Int32])])
ExpertPdf PDF Creator Library
Gets the bookmark at the specified zero based index in the bookmarks collection.
Declaration Syntax
C#Visual BasicVisual C++
public Bookmark this[
	int bookmarkIndex
] { get; }
Public ReadOnly Default Property Item ( 
	bookmarkIndex As Integer
) As Bookmark
	Get
public:
property Bookmark^ default[int bookmarkIndex] {
	Bookmark^ get (int bookmarkIndex);
}
Parameters
bookmarkIndex (Int32)
The zero based bookmark index in the collection.
Return Value
Bookmark
The PDF bookmark at the specified index

Assembly: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator.dll) Version: 9.2.0.25824 (9.2.0.0)