Winnovative PDF Creator Library for .NET
Item Property (bookmarkIndex)
NamespacesWinnovative.PdfCreatorBookmarksCollectionItem[([( Int32])])
Winnovative PDF Creator Library for .NET
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
The PDF bookmark at the specified index

Assembly: Winnovative.PdfCreator (Module: Winnovative.PdfCreator) Version: 6.0.0.0 (6.0.0.0)