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
PDFReaderRotatePage (Function)
In french: LecteurPDFTournePage
Rotates a page displayed in the PDF Reader control.
Example
// Rotate page 4 of the PDF_Reader control
PDFReaderRotatePage(PDF_Reader, 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
Business / UI classification: UI Code
Component: wd290obj.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/15/2023

Send a report | Local help