DocumentNavigate Method (String)
Loads the document at the specified Uniform Resource Locator (URL) into the current instance, replacing the previous content.

Namespace: Aspose.Svg.Dom
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public void Navigate(
	string address
)

Parameters

address
Type: SystemString
The document address.
See Also