ClosePDFFile
Close the current pdf document.
Example
Dim cPDF As New vbPDF
..
If Not cPDF.CreatePDFFile() Then
Exit Sub
End If
..
..
cPDF.ClosePDFFile()