Dim Proc As New ProcessProc.File = "C:\test.pdf"Proc.Verb = "Print" '指定动作Proc.Start()
能否指定 从 第几页开始 到 第几页为止 , 共重复打印多少页?