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
Rotates a page displayed in the PDF Reader control.
Example
// Rotate page 4 of the PDF_Reader control
PDF_Reader.RotatePage(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: 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