Read a URL into a paged PDF document.
[C#] ReadUrl(string url) [Visual Basic] ReadUrl(url As String)
ReadUrl(string url)
ReadUrl(url As String)
On return all Doc properties are reset to default values.
This method works in a similar way to Doc.AddImageUrl and so it is worth reading the notes for that function.
Also see example code in: WebPageOperation Doc Property.