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 on the previous result of a search started with <PDF Reader>.SeekFirst in the content of a PDF Reader control.
Remark: <PDF Reader>.SeekNext finds the next instance of the search text.
Example
// Seeks a text in a PDF Reader control and displays it
PDF_MyPDFReader.SeekFirst("company")
// Finds the next element
IF PDF_MyPDFReader.SeekNext() = False THEN
Info("Search ended")
END
 
// Finds the previous element
PDF_MyPDFReader.SeekPrevious()
Syntax
<Result> = <PDF Reader control>.SeekPrevious()
<Result>: Boolean
  • True if the text specified in <PDF Reader>.SeekFirst 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
Component: wd290obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/15/2023

Send a report | Local help