document.Save("AuthenticatedWebPage.pdf", HttpContext.Current.Response, Syncfusion.Pdf.HttpReadType.Save);
VS Studio is complaining that the "save()" method only take Stream as parameter, nothing else.
So just wondering why this sample code won't even work.
Any advice is appreciated!