ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Word Processing 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
Exports a page contained in a Document variable in image format.
Example
Mydoc is Document <- WP_MyDocument
d is Image = Mydoc.ToImage(1)
dSaveImageJPEG(d, "test")
ShellExecute("test.jpg")
Syntax
<Result> = <Document>.ToImage(<Page>)
<Result>: Image variable
Name of the Image variable that corresponds to the page in the Word Processing document.
<Document>: Document variable
Name of the Document variable to be used.
<Page>: Integer
Number of the page to export in image format.
Component: wd290mdl.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help