XHtmlOptions GetScriptReturn Function. Retrieves the client side onload script return value. ABCpdf .NET PDF Library. From ABCpdf .net previous page next page GetScriptReturn Method Retrieves the client side onload script return value. Syntax [C#]string GetScriptReturn(int id)[Visual Basic]Function GetScriptReturn(id As Integer) As String Params Name Description id The Object ID of the web page to be accessed. return The return value. Notes Use this method to retrieve the client side onload script return value. The ID should be obtained from a call to Doc.AddImageUrl or Doc.AddImageHtml. See the OnLoadScript property for further details. Example See the UseScript property. previous page start next page