AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Procesador de texto
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 found in a Word Processing document in image format.
Example
MyDoc is Document <- WP_MyDocument
d is Image = DocToImage(MyDoc, 1)
dSaveImageJPEG(d, "test")
ShellExecute("test.jpg")
Syntax
<Result> = DocToImage(<Document> , <Page>)
<Result>: Image variable
Name of the Image variable that corresponds to the page in the Word Processing document.
<Document>: Document variable or control name
Document to use. This document can correspond to:
  • a variable of type Document.
  • WINDEV a Word Processing control.
<Page>: Integer
Number of the page to export in image format.
Component: wd290mdl.dll
Versión mínima requerida
  • Versión 22
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/06/2022

Señalar un error o enviar una sugerencia | Ayuda local