ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Category: PDF Reader functions
23 results
<PDF Reader>.Close (Function)
Closes and frees the PDF file displayed in a PDF Reader control.
<PDF reader>.GoToBookmark (Function)
Sets the position directly on the desired bookmark in the PDF document.
<PDF Reader>.Highlight (Function)
Finds a text in the document displayed by a PDF Reader control and highlights the occurrences of this text in the control.
<PDF reader>.InfoXY (Function)
For a given position (coordinates of a point) in a PDF Reader control, returns one of the following:
  • the page number for the specified position,
  • the X-position (in mm) for the specified position,
  • the Y-position (in mm) for the specified position.
<PDF Reader>.Open (Function)
Opens a PDF file displayed in a PDF Reader control.
<PDF Reader>.RotatePage (Function)
Rotates a page displayed in the PDF Reader control.
<PDF reader>.Save (Function)
Saves the content of a PDF Reader to a file.
<PDF Reader>.SeekFirst (Function)
Initializes the search for a text in a PDF file displayed by the PDF Reader control and positions on the first occurrence found (from the current page).
<PDF Reader>.SeekNext (Function)
Sets the position on the next result of a search in the content of a PDF Reader control.
<PDF Reader>.SeekPrevious (Function)
Sets the position on the previous result of a search started with PDFReaderSeekFirst in the content of a PDF Reader control.
PDF Reader control and PDF file management constants
PDF Reader control and PDF file management constants
PDF Reader control functions
The following functions are used to manage PDF Reader controls:
PDF Reader control functions (prefix syntax)
The following functions are used to manage PDF Reader controls:
PDFReaderClose (Function)
Closes and frees the PDF file displayed in a PDF Reader control.
PDFReaderGoToBookmark (Function)
Sets the position directly on the desired bookmark in the PDF document.
PDFReaderHighlight (Function)
Finds a text in the document displayed by a PDF Reader control and highlights the occurrences of this text in the control.
PDFReaderInfoXY (Function)
For a given position (coordinates of a point) in a PDF Reader control, returns one of the following:
  • the page number for the specified position,
  • the X-position (in mm) for the specified position,
  • the Y-position (in mm) for the specified position.
PDFReaderOpen (Function)
Opens a PDF file displayed in a PDF Reader control.
PDFReaderRotatePage (Function)
Rotates a page displayed in the PDF Reader control.
PDFReaderSave (Function)
Saves the content of a PDF Reader to a file.
PDFReaderSeekFirst (Function)
Initializes the search for a text in a PDF file displayed by the PDF Reader control and positions on the first occurrence found (from the current page).
PDFReaderSeekNext (Function)
Sets the position on the next result of a search in the content of a PDF Reader control.
PDFReaderSeekPrevious (Function)
Sets the position on the previous result of a search started with PDFReaderSeekFirst in the content of a PDF Reader control.