【发布时间】:2014-08-08 06:39:25
【问题描述】:
@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 工作
【问题讨论】:
标签: pechkin