 | PdfBookmarkCollectionsItem(IntPtr) Property |
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfBookmark this[
IntPtr handle
] { get; }
Public ReadOnly Default Property Item (
handle As IntPtr
) As PdfBookmark
Get
public:
property PdfBookmark^ default[IntPtr handle] {
PdfBookmark^ get (IntPtr handle);
}
member Item : PdfBookmark with get
/** @property */
public PdfBookmark get_Item(
IntPtr handle
)
function get_Item(handle);
Parameters
- handle IntPtr
- Pdfium SDK handle that the bookmark is bound to
Return Value
PdfBookmarkThe
PdfBookmark at the specified index.
See Also