|
|
|
|
PDFReaderGoToBookmark (Function) In french: LecteurPDFAfficheSignet Sets the position directly on the desired bookmark in the PDF document.
MyPDF is pdfDocument = "test.pdf" PDF_MyReader = MyPDF // Set the position on the first bookmark IF NOT MyPDF.Bookmark.Empty THEN Bookmark is pdfBookmark = MyPDF.Bookmark[1] PDFReaderGoToBookmark(PDF_MyReader, Bookmark) END
Syntax
PDFReaderGoToBookmark(<PDF Reader control> , <Bookmark>)
<PDF Reader control>: Control name Name of PDF Reader control to use. <Bookmark>: Variable of type pdfBookmark Name of the variable of type pdfBookmark corresponding to the bookmark to be displayed in the PDF Reader control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|