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
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
pdfBookmark (Variable type)
In french: pdfSignet
The pdfBookmark type is used to define all the advanced characteristics of a bookmark in a PDF document. You can define and change the characteristics of this bookmark using different WLanguage properties.
Note: 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: 09/20/2024

Send a report | Local help