ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
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 on the previous result of a search started with PDFReaderSeekFirst in the content of a PDF Reader control.
Remark: PDFReaderSeekNext finds the next instance of the search text.
Example
// Recherche un texte dans un champ Lecteur PDF et affiche le texte
PDFReaderSeekFirst(PDF_MonLecteurPDF, "société")
// Recherche l'élément suivant
IF PDFReaderSeekNext(PDF_MonLecteurPDF) = False THEN
Info("Recherche terminée")
END

// Recherche l'élément précédent
PDFReaderSeekPrevious(PDF_MonLecteurPDF)
Syntax
<Result> = PDFReaderSeekPrevious(<PDF Reader control>)
<Result>: Boolean
  • True if the text specified in PDFReaderSeekFirst was found in the current document in the PDF Reader control,
  • False if the text was not found.
<PDF Reader control>: Control name
Name of PDF Reader control to use.
Remarks
Business / UI classification: UI Code
Component: wd290obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/16/2023

Send a report | Local help