HttpStreamingPartRetriever partretriever = new PDFTron.SilverDox.IO.HttpStreamingPartRetriever();
partretriever.AddBytes(e.Result, e.Result.Length)
Action<Exception> callback = null;
myReaderControl.DocumentViewer.Document.LoadAsync(partretriever, callback);
I don't quite understand the Action<Exception>... Am I close?