ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / PDF Reader functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Sets the position directly on the desired bookmark in the PDF document.
Example
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.
Component: wd290obj.dll
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/02/2023

Send a report | Local help