Hi alex
How to insert bookmark to Childbookmark which I khow parrent bookmark.(VB.NET)
Thank Narin
how to insert bookmark to childbookmark
Moderator: Alex
-
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
Re: how to insert bookmark to childbookmark
Hello Narin,
Please see example here:
http://www.vintasoft.com/docs/vsimaging ... ction.html
Best regards, Alexander
Please see example here:
http://www.vintasoft.com/docs/vsimaging ... ction.html
Best regards, Alexander
-
- Posts: 5
- Joined: Wed Dec 29, 2010 7:45 am
Re: how to insert bookmark to childbookmark
Hi Alex
your example in the Pdfdestination to insert do not guide how to insert to child bookmark.
I understand example but I can't understand How to insert to child bookmark Pdfdestination.
Example
parrent bookmark position = 8
how to insert child bookmark to parrent=8
Thank
Narin
your example in the Pdfdestination to insert do not guide how to insert to child bookmark.
I understand example but I can't understand How to insert to child bookmark Pdfdestination.
Example
parrent bookmark position = 8
how to insert child bookmark to parrent=8
Thank
Narin
-
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
Re: how to insert bookmark to childbookmark
Hello Narin,
Best regards, Alexander
Each bookmark has a list of child bookmarks which is available using the PdfBookmark.ChildBookmarks property. You need get an instance of PdfBookmark from child bookmarks and change destination in child bookmark.How to insert to child bookmark Pdfdestination.
Best regards, Alexander
-
- Posts: 5
- Joined: Wed Dec 29, 2010 7:45 am
Re: how to insert bookmark to childbookmark
How to get an instance of PdfBookmark from child bookmarks and change destination in child bookmark.
Thank
Narin
Thank
Narin
-
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
Re: how to insert bookmark to childbookmark
Hello Narin,
http://www.vintasoft.com/docs/vsimaging ... marks.html
Bookmark from bookmark collection can be get using the indexer of bookmark collection:
http://www.vintasoft.com/docs/vsimaging ... /Item.html
Child bookmark collection of bookmark can be get using the [PdfBookmark.ChildBookmarks] property:
http://www.vintasoft.com/docs/vsimaging ... marks.html
Bookmark destination can be get/set using the PdfBookmark.Destination property:
http://www.vintasoft.com/docs/vsimaging ... ation.html
Best regards, Alexander
Bookmark collection of PDF document can be get using the PdfDocument.Bookmarks property:How to get an instance of PdfBookmark from child bookmarks and change destination in child bookmark.
http://www.vintasoft.com/docs/vsimaging ... marks.html
Bookmark from bookmark collection can be get using the indexer of bookmark collection:
http://www.vintasoft.com/docs/vsimaging ... /Item.html
Child bookmark collection of bookmark can be get using the [PdfBookmark.ChildBookmarks] property:
http://www.vintasoft.com/docs/vsimaging ... marks.html
Bookmark destination can be get/set using the PdfBookmark.Destination property:
http://www.vintasoft.com/docs/vsimaging ... ation.html
Best regards, Alexander