 | PdfBookmarkCollectionsItem(Int32) Property |
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfBookmark this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PdfBookmark
Get
public:
property PdfBookmark^ default[int index] {
PdfBookmark^ get (int index);
}
member Item : PdfBookmark with get
/** @property */
public PdfBookmark get_Item(
int index
)
function get_Item(index);
Parameters
- index Int32
- The zero-based index of the element to get.
Return Value
PdfBookmarkThe
PdfBookmark at the specified index.
See Also