ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
  • Modifying the displayed page
  • Limit
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
The NumberPage property is used to get:
  • AndroidiPhone/iPad the number of pages found in a PDF file displayed in an Image control.
  • AndroidiPhone/iPad the number of pages found in a PDF file displayed in a PDF Reader control.
Reminder: Some image formats (TIFF for example) can contain several images in the same file. Each image corresponds to a file page. These formats are called "multi-page" formats.
Example
AndroidiPhone/iPad
// Display page 23 in the PDF Reader control
IF PDF_MyPDFReader.NumberPage>23 THEN
PDF_MyPDFReader.NumberDisplayedPage = 23
END
Syntax
<Number of pages> = <Control used>.NumberPage
<Number of pages>: Integer
  • Number of pages found in the file associated with the specified control.
  • 1 if the format of image file is not "multi-page" or if the "multi-page" format contains a single page.
  • 0 if the specified control is not associated with an image format supported by WINDEV.
<Control used>: Control name
Name of the control to be used:
  • AndroidiPhone/iPad Name of Image control,
  • AndroidiPhone/iPad Name of the PDF Reader control.
Remarks

Modifying the displayed page

To modify the displayed page:
  • For the Image controls and the Chart controls, use PageNumber.
  • For the PDF Reader controls and the Word Processing controls, use NumberDisplayedPage.

Limit

The NumberPage property applies only to:
  • AndroidiPhone/iPad Image controls in windows,
  • AndroidiPhone/iPad PDF Reader controls.
Related Examples:
The Image control (display a PDF or a TIFF) Unit examples (WINDEV): The Image control (display a PDF or a TIFF)
[ + ] Displaying a PDF or TIFF document in the Image control found in a window.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help