ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
<PDF Reader>.RotatePage (Function)
In french: <Lecteur PDF>.TournePage
Rotates a page displayed in the PDF Reader control.
Example
// Tourne la page 4 du PDF affiché dans le champ PDF_Lecteur
PDF_Lecteur.TournePage(4, rotationClockwise)
Syntax
<PDF Reader control>.RotatePage(<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
Component: wd300obj.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 11/21/2024

Send a report | Local help