| DocumentNavigate Method (String) |
Loads the document at the specified Uniform Resource Locator (URL) into the current instance, replacing the previous content.
Namespace: Aspose.Svg.DomAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic void Navigate(
string address
)
Public Sub Navigate (
address As String
)
public:
void Navigate(
String^ address
)
member Navigate :
address : string -> unit
Parameters
- address
- Type: SystemString
The document address.
See Also