'Declaration
Public Overloads Function CreateGdPictureImageFromHTTP( _ ByVal Host As String, _ ByVal Path As String, _ ByVal HTTPPort As Integer _ ) As Integer
Parameters
- Host
- The name of the host server, where the image file is located, for example www.gdpicture.com.
- Path
- The file path of the image file on the host server, for example /demo/image.jpg.
- HTTPPort
- The HTTP port number used. Usually 80 or 443 to use https transfer mode.
Return Value
Use the GetLastTransferError method to diagnose the error if this method has failed with one of the GdPictureStatus.Internet... errors.
Be aware that you need to release the image with the ReleaseGdPictureImage method after being used.