Method LaunchURL
Namespace TallComponents.PDF.JavaScript.Scripting
Class App
Override this method to implement custom launchURL behavior.
Syntax
protected internal Void LaunchURL(String url, Boolean newFrame)
Returns
Void
Parameters
String
url
a string that specifies the URL to launch
Boolean
newFrame
optional, a Boolean that specifies whether
the URL must be launched in a new window. The default is false.