'Declaration Public Sub Insert( _
ByVal indexThe zero-based index at which bookmark should be inserted.As System.Int32, _
ByVal valueThe bookmark to insert into the collection.As PdfBookmark _
)
public void Insert(
System.Int32 index,
PdfBookmark value
)
public: void Insert(
System.Int32 index,
PdfBookmark* value
)
public:
void Insert(
System.Int32 index,
PdfBookmark^ value
)
Parameters
- index
- The zero-based index at which bookmark should be inserted.
- value
- The bookmark to insert into the collection.