'Declaration Public Default Property Item( _
ByVal indexОтсчитываемый от нуля индекс закладки для получения или установки.As System.Int32 _
) As PdfBookmark
public PdfBookmark this[
System.Int32 index
]{ get; set; }
public: __property PdfBookmark* get_Item(
System.Int32 index
); public: __property void set_Item(
System.Int32 index,
PdfBookmark* value
);
public:
property PdfBookmark^ default [System.Int32] { PdfBookmark^ get(System.Int32 index); void set(System.Int32 index, PdfBookmark^ value); }
Parameters
- index
- Отсчитываемый от нуля индекс закладки для получения или установки.
Return Value
Закладка по указанному индексу.