New PdfDocument (gb.pdf)

Dim hPdfDocument As PdfDocument
hPdfDocument = New PdfDocument ( [ File As String ] )

Create a new PdfDocument object that allows to manipulate a PDF document.

File is the path of the PDF document that will be automatically opened. If it is not specified, you will have to use the Open method.