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
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
PDFReaderRotatePage (Function)
In french: LecteurPDFTournePage
Rotates a page displayed in the PDF Reader control.
Example
// Tourne la page 4 du PDF affiché dans le champ PDF_Lecteur
PDFReaderRotatePage(PDF_Lecteur, 4, rotationClockwise)
Syntax
PDFReaderRotatePage(<PDF Reader control> , <Page> , <Direction>)
<PDF Reader control>: Control name
Name of PDF Reader control to use.
<Page>: Integer
Number of the page to rotate.
<Direction>: Integer constant
Direction of the page rotation:
rotationAnticlockwiseRotates the page -90 degrees.
rotationClockwiseRotates the page 90 degrees.
Remarks
Android Starting with version 28, this function is not supported by 32-bit ARM processors. New PDF features require a 64-bit execution mode.
If an application is to be run on devices with 32-bit ARM processors, it must be generated with WINDEV Mobile 27.
Business / UI classification: UI Code
Component: wd300obj.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help