Closes the PDF file loaded in memory in a
pdfDocument variable.
MyPDF is pdfDocument = "test.pdf"
FOR EACH DocumentPage OF MyPDF.Page
Trace(DocumentPage.Height)
END
PDFClose(MyPDF)
Syntax
<PDF to close>: pdfDocument variable
Name of the pdfDocument variable that corresponds to the PDF file to close.
Business / UI classification: Business Logic
Component: wd280wdpdf.dll