See Also Examples Applies To
Displays an image from an image file stored in a distant server.
Syntax
object.DisplayFromURL (sHost, sPath, nHTTPPort)
The DisplayFromURL syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| sHost | Required. String. The host server ex: www.gdpicture.com |
| sPath | Required. String. The image file path into the distant server ex: /images/nature.jpg |
| nHTTPPort | Optional. Long. Default value is 80. The HTTP port number used. Set 443 to use https transfert mode. |
Returns
ViewerStatus.
Remarks
The ViewerStatus constants are defined HERE