LoadFromURL loads a multipage file from the network using the http protocol, specifing the URL.

This function doesn't support password authentication and doesn't support secure http (https).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void LoadFromURL(
	string URL
)
Public Sub LoadFromURL ( _
	URL As String _
)
public:
void LoadFromURL(
	String^ URL
)

Parameters

URL
String
URL must have the syntax: 'http://domain[:port]/resource'

See Also