I am trying to print a PDF with priter selection dialog box.

I have opened my file in the acroAVDoc object and am using the
PrintPagesEx method.

My Code:
Dim AVDoc As New acroAVDoc
Dim PrintBool As Boolean, OpenBool As Boolean
OpenBool = AVDoc.Open(App. Path & "\test.pdf" , "")
PrintBool = AVDoc.PrintPage sEx(1, 5, 2, True, True, False, True, True, ...