ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / PDF 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
Closes the PDF file loaded in memory in a pdfDocument variable.
Example
MyPDF is pdfDocument = "test.pdf"
FOR EACH DocumentPage OF MyPDF.Page
Trace(DocumentPage.Height)
END
PDFClose(MyPDF)
Syntax
PDFClose(<PDF to close>)
<PDF to close>: pdfDocument variable
Name of the pdfDocument variable that corresponds to the PDF file to close.
Remarks
Business / UI classification: Business Logic
Component: wd290wdpdf.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/15/2023

Send a report | Local help