ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / PDF functions
  • Properties specific to pdfBookmark variables
  • WLanguage functions that use the pdfBookmark type
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
pdfBookmark (Type of variable)
In french: pdfSignet
The pdfBookmark type is used to define all the advanced characteristics of a bookmark in a PDF document. The characteristics of this bookmark can be defined and changed using different WLanguage properties.
Remark: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Example
MyPDF is pdfDocument = "test.pdf"
FOR EACH Bookmark OF MyPDF
Trace(Bookmark.Title)
END
Properties

Properties specific to pdfBookmark variables

The following properties can be used to handle pdfBookmark variables:
Property nameType usedEffect
PageNumberIntegerNumber of the page containing the bookmark.
This property is read-only.
ChildBookmarkArray of pdfBookmarkArray of child bookmarks.
This property is read-only.
TitleCharacter stringBookmark title.
This property is read-only.
Remarks

WLanguage functions that use the pdfBookmark type

PDFReaderGoToBookmarkSets the position directly on the desired bookmark in the PDF document.
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