@Imports TuesPechkin
Dim WebSettings = New WebSettings()
With WebSettings
.PrintBackground = False
End With
Dim URL As New Uri("http://www.adelaide.edu.au")
Dim converter As IPechkin = Factory.Create()
Dim result As Byte() = converter.Convert(URL)
File.WriteAllBytes(Server.MapPath("") & "\example.pdf", result)
无法弄清楚如何让 .PrintBackground = False 工作