AtalaImageFromURL Method (String, Int32, Boolean, ProgressEventHandler) |
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public static AtalaImage FromURL(
string url,
int frameIndex,
bool cacheOnClient,
ProgressEventHandler progress
)
Public Shared Function FromURL (
url As String,
frameIndex As Integer,
cacheOnClient As Boolean,
progress As ProgressEventHandler
) As AtalaImage
Parameters
- url
- Type: SystemString
A URL to an image - frameIndex
- Type: SystemInt32
The frame of the image to load from a multi-framed image. - cacheOnClient
- Type: SystemBoolean
true if you want to cache the image in the local Windows Temporary Internet Files folder. - progress
- Type: Atalasoft.ImagingProgressEventHandler
A handler to receive progress events while loading the image.
Return Value
Type:
AtalaImageThe
AtalaImage loaded from this URL.
See Also